summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers/worker_location.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/workers/worker_location.ts')
-rw-r--r--cli/tests/testdata/workers/worker_location.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/cli/tests/testdata/workers/worker_location.ts b/cli/tests/testdata/workers/worker_location.ts
deleted file mode 100644
index c3c1bb26f..000000000
--- a/cli/tests/testdata/workers/worker_location.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-onmessage = function () {
- postMessage(
- `${location.href}, ${location instanceof WorkerLocation}`,
- );
- close();
-};