diff options
| author | Mohammad Sulaiman <mohammad.sulaiman@exalt.ps> | 2024-09-09 18:07:41 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-09 11:07:41 -0400 |
| commit | 582be0adc2b80e532cf92ffbc44c8c8268a51774 (patch) | |
| tree | 48e5cdb63e524f974b17a3b787559ab0ff42e5c5 /tests/testdata/workers/worker_async_error.ts | |
| parent | 5126ccb8428c4ccf199d3b30f1cd86ef11009ef7 (diff) | |
chore: Deprecate worker itests (#25514)
Diffstat (limited to 'tests/testdata/workers/worker_async_error.ts')
| -rw-r--r-- | tests/testdata/workers/worker_async_error.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testdata/workers/worker_async_error.ts b/tests/testdata/workers/worker_async_error.ts deleted file mode 100644 index 7941a5bbe..000000000 --- a/tests/testdata/workers/worker_async_error.ts +++ /dev/null @@ -1,5 +0,0 @@ -const worker = new Worker( - import.meta.resolve("./async_error.ts"), - { type: "module", name: "foo" }, -); -setTimeout(() => worker.terminate(), 30000); |
