summaryrefslogtreecommitdiff
path: root/tests/testdata/workers/error.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/workers/error.ts')
-rw-r--r--tests/testdata/workers/error.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testdata/workers/error.ts b/tests/testdata/workers/error.ts
deleted file mode 100644
index 495971090..000000000
--- a/tests/testdata/workers/error.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-function foo() {
- throw new Error("foo");
-}
-
-foo();