diff options
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.js | 3 |
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)); -} |