diff options
| author | Marvin Hagemeister <marvin@deno.com> | 2024-07-25 23:06:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-25 23:06:19 +0200 |
| commit | 0cf7f268a7df7711ac6ab8c2c67b4d7abf454fcd (patch) | |
| tree | 7520b6dd22c3088a8431d9feda65b981e872b6ef /tests/node_compat/config.jsonc | |
| parent | 763f05e74dfd0032b238603f625893a52e363591 (diff) | |
fix(node/worker_threads): support `port.once()` (#24725)
Support `MessagePort.once` in Node mode and enable relevant
`worker_threads` test. Noticed that another Node test was passing as
well, so I enabled that too.
Diffstat (limited to 'tests/node_compat/config.jsonc')
| -rw-r--r-- | tests/node_compat/config.jsonc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/node_compat/config.jsonc b/tests/node_compat/config.jsonc index 819a56da7..d4953075a 100644 --- a/tests/node_compat/config.jsonc +++ b/tests/node_compat/config.jsonc @@ -684,6 +684,8 @@ "test-whatwg-url-custom-tostringtag.js", "test-whatwg-url-override-hostname.js", "test-whatwg-url-properties.js", + "test-worker-message-port-infinite-message-loop.js", + "test-worker-message-port-multiple-sharedarraybuffers.js", "test-worker-message-port-receive-message.js", "test-zlib-close-after-error.js", "test-zlib-close-after-write.js", |
