diff options
Diffstat (limited to 'tests/testdata/workers/custom_inspect/worker.ts')
-rw-r--r-- | tests/testdata/workers/custom_inspect/worker.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testdata/workers/custom_inspect/worker.ts b/tests/testdata/workers/custom_inspect/worker.ts deleted file mode 100644 index 5be82724e..000000000 --- a/tests/testdata/workers/custom_inspect/worker.ts +++ /dev/null @@ -1,2 +0,0 @@ -console.log(new ReadableStream()); -close(); |