diff options
Diffstat (limited to 'cli/tests/testdata/inspector/inspect_wait.js')
-rw-r--r-- | cli/tests/testdata/inspector/inspect_wait.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/inspector/inspect_wait.js b/cli/tests/testdata/inspector/inspect_wait.js new file mode 100644 index 000000000..e2b10199c --- /dev/null +++ b/cli/tests/testdata/inspector/inspect_wait.js @@ -0,0 +1,2 @@ +Deno.writeTextFileSync("./hello.txt", "hello world"); +console.error("did run"); |