From 455cf1743f70cb12025e36b3c4eb9a213fe77199 Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Mon, 29 Apr 2024 14:23:54 +0530 Subject: fix(ext/node): add support for MessagePort.removeListener/off (#23598) Closes https://github.com/denoland/deno/issues/23564 --- tests/specs/node/worker_threads/__test__.jsonc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/specs/node/worker_threads/__test__.jsonc (limited to 'tests/specs/node/worker_threads/__test__.jsonc') diff --git a/tests/specs/node/worker_threads/__test__.jsonc b/tests/specs/node/worker_threads/__test__.jsonc new file mode 100644 index 000000000..adcb9a85d --- /dev/null +++ b/tests/specs/node/worker_threads/__test__.jsonc @@ -0,0 +1,8 @@ +{ + "steps": [{ + "args": "run message_port_removelistener.mjs", + "output": "message_port_removelistener.mjs.out", + // Note: successful exit asserts that the test passed + "exitCode": 0 + }] +} -- cgit v1.2.3