summaryrefslogtreecommitdiff
path: root/tests/testdata/workers/async_error.ts
diff options
context:
space:
mode:
authorMohammad Sulaiman <mohammad.sulaiman@exalt.ps>2024-09-09 18:07:41 +0300
committerGitHub <noreply@github.com>2024-09-09 11:07:41 -0400
commit582be0adc2b80e532cf92ffbc44c8c8268a51774 (patch)
tree48e5cdb63e524f974b17a3b787559ab0ff42e5c5 /tests/testdata/workers/async_error.ts
parent5126ccb8428c4ccf199d3b30f1cd86ef11009ef7 (diff)
chore: Deprecate worker itests (#25514)
Diffstat (limited to 'tests/testdata/workers/async_error.ts')
-rw-r--r--tests/testdata/workers/async_error.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testdata/workers/async_error.ts b/tests/testdata/workers/async_error.ts
deleted file mode 100644
index 154b957b1..000000000
--- a/tests/testdata/workers/async_error.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-// deno-lint-ignore require-await
-(async () => {
- throw new Error("bar");
-})();