diff options
Diffstat (limited to 'cli/tests/node_compat/test/parallel/test-worker-threads-broadcast-channel.js')
-rw-r--r-- | cli/tests/node_compat/test/parallel/test-worker-threads-broadcast-channel.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cli/tests/node_compat/test/parallel/test-worker-threads-broadcast-channel.js b/cli/tests/node_compat/test/parallel/test-worker-threads-broadcast-channel.js deleted file mode 100644 index a8fd3ff0e..000000000 --- a/cli/tests/node_compat/test/parallel/test-worker-threads-broadcast-channel.js +++ /dev/null @@ -1,9 +0,0 @@ -// deno-fmt-ignore-file -// deno-lint-ignore-file - -"use strict"; - -const assert = require("assert/strict"); -const worker_threads = require("worker_threads"); - -assert.equal(BroadcastChannel, worker_threads.BroadcastChannel); |