summaryrefslogtreecommitdiff
path: root/cli/tests/error_worker_dynamic.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/error_worker_dynamic.ts')
-rw-r--r--cli/tests/error_worker_dynamic.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/error_worker_dynamic.ts b/cli/tests/error_worker_dynamic.ts
deleted file mode 100644
index 16fadf573..000000000
--- a/cli/tests/error_worker_dynamic.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-const b = new Blob(['throw new Error("hello");']);
-const blobURL = URL.createObjectURL(b);
-new Worker(blobURL);