summaryrefslogtreecommitdiff
path: root/cli/tests/workers/nonexistent_worker.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/workers/nonexistent_worker.ts')
-rw-r--r--cli/tests/workers/nonexistent_worker.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/workers/nonexistent_worker.ts b/cli/tests/workers/nonexistent_worker.ts
deleted file mode 100644
index 8ebe29114..000000000
--- a/cli/tests/workers/nonexistent_worker.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-const w = new Worker(new URL("doesnt_exist.js", import.meta.url).href, {
- type: "module",
-});
-
-w.postMessage("hello");