summaryrefslogtreecommitdiff
path: root/cli/tests/unit_node/testdata/worker_module/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/unit_node/testdata/worker_module/index.js')
-rw-r--r--cli/tests/unit_node/testdata/worker_module/index.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/unit_node/testdata/worker_module/index.js b/cli/tests/unit_node/testdata/worker_module/index.js
deleted file mode 100644
index a3e976b65..000000000
--- a/cli/tests/unit_node/testdata/worker_module/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-import { myFunction } from "./other_file.js";
-
-myFunction().then(() => {});