summaryrefslogtreecommitdiff
path: root/cli/tests/unit_node/testdata/worker_module/other_file.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/unit_node/testdata/worker_module/other_file.js')
-rw-r--r--cli/tests/unit_node/testdata/worker_module/other_file.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/unit_node/testdata/worker_module/other_file.js b/cli/tests/unit_node/testdata/worker_module/other_file.js
deleted file mode 100644
index 41789dfe8..000000000
--- a/cli/tests/unit_node/testdata/worker_module/other_file.js
+++ /dev/null
@@ -1,3 +0,0 @@
-export async function myFunction() {
- await new Promise((resolve) => setTimeout(resolve, 100));
-}