diff options
Diffstat (limited to 'cli/tests/error_worker_dynamic.ts')
-rw-r--r-- | cli/tests/error_worker_dynamic.ts | 3 |
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); |