summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers/throwing_worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/workers/throwing_worker.js')
-rw-r--r--cli/tests/testdata/workers/throwing_worker.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/workers/throwing_worker.js b/cli/tests/testdata/workers/throwing_worker.js
deleted file mode 100644
index 56ee4ff88..000000000
--- a/cli/tests/testdata/workers/throwing_worker.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// This worker just throws error when it's being executed
-throw Error("Thrown error");