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