1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/node_compat
Marvin Hagemeister 0cf7f268a7
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.
2024-07-25 23:06:19 +02:00
..
runner fix(node/worker_threads): support port.once() (#24725) 2024-07-25 23:06:19 +02:00
test fix(node/worker_threads): support port.once() (#24725) 2024-07-25 23:06:19 +02:00
.gitignore chore: sync up Node.js test files for v20.11.1 (#24066) 2024-06-11 11:41:44 +00:00
common.ts chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
config.jsonc fix(node/worker_threads): support port.once() (#24725) 2024-07-25 23:06:19 +02:00
deno.json chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
polyfill_globals.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
runner.ts chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
test.ts chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
test_runner.rs test: fix node_compat_test (#23446) 2024-04-19 01:42:18 +02:00