summaryrefslogtreecommitdiff
path: root/tests/subdir/test_worker.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/subdir/test_worker.ts')
-rw-r--r--tests/subdir/test_worker.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/subdir/test_worker.ts b/tests/subdir/test_worker.ts
deleted file mode 100644
index c8109d131..000000000
--- a/tests/subdir/test_worker.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-onmessage = function(e): void {
- console.log(e.data);
-
- postMessage(e.data);
-
- workerClose();
-};