diff options
Diffstat (limited to 'cli/tests/single_compile_with_reload.ts')
-rw-r--r-- | cli/tests/single_compile_with_reload.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/single_compile_with_reload.ts b/cli/tests/single_compile_with_reload.ts new file mode 100644 index 000000000..3dd728366 --- /dev/null +++ b/cli/tests/single_compile_with_reload.ts @@ -0,0 +1,4 @@ +await import("./005_more_imports.ts"); +console.log("1"); +await import("./005_more_imports.ts"); +console.log("2"); |