diff options
Diffstat (limited to 'cli/tests/testdata/run/main_module/other.ts')
| -rw-r--r-- | cli/tests/testdata/run/main_module/other.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/main_module/other.ts b/cli/tests/testdata/run/main_module/other.ts new file mode 100644 index 000000000..b3e524b0a --- /dev/null +++ b/cli/tests/testdata/run/main_module/other.ts @@ -0,0 +1 @@ +console.log("other", Deno.mainModule); |
