summaryrefslogtreecommitdiff
path: root/cli/tests/subdir/test_worker_basic.js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-11-08 23:35:36 +0100
committerGitHub <noreply@github.com>2020-11-08 23:35:36 +0100
commita269dffe17c644a182444030f9d756d2b1859a54 (patch)
tree64ed3ad2ef9d433831638a81531bd9957cac9c7d /cli/tests/subdir/test_worker_basic.js
parent6743383d2e89939ae9c12d8de027f05ae4d37518 (diff)
chore: remove dead code (#8298)
Diffstat (limited to 'cli/tests/subdir/test_worker_basic.js')
-rw-r--r--cli/tests/subdir/test_worker_basic.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/subdir/test_worker_basic.js b/cli/tests/subdir/test_worker_basic.js
index aea360872..b960128b4 100644
--- a/cli/tests/subdir/test_worker_basic.js
+++ b/cli/tests/subdir/test_worker_basic.js
@@ -1,6 +1,5 @@
console.log("hello from test_worker_basic.js");
-// TODO(bartlomieju): add test for throwing in web worker
if (self.name !== "jsWorker") {
throw Error(`Bad worker name: ${self.name}, expected jsWorker`);
}