summaryrefslogtreecommitdiff
path: root/tests/testdata/workers/custom_inspect/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/workers/custom_inspect/main.ts')
-rw-r--r--tests/testdata/workers/custom_inspect/main.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testdata/workers/custom_inspect/main.ts b/tests/testdata/workers/custom_inspect/main.ts
deleted file mode 100644
index 93d4eec2d..000000000
--- a/tests/testdata/workers/custom_inspect/main.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-new Worker(
- import.meta.resolve("./worker.ts"),
- { type: "module" },
-);