summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers/async_error.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/workers/async_error.ts')
-rw-r--r--cli/tests/testdata/workers/async_error.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/workers/async_error.ts b/cli/tests/testdata/workers/async_error.ts
deleted file mode 100644
index 154b957b1..000000000
--- a/cli/tests/testdata/workers/async_error.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-// deno-lint-ignore require-await
-(async () => {
- throw new Error("bar");
-})();