diff options
Diffstat (limited to 'cli/tests/standalone_runtime_flags.ts')
-rw-r--r-- | cli/tests/standalone_runtime_flags.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/standalone_runtime_flags.ts b/cli/tests/standalone_runtime_flags.ts new file mode 100644 index 000000000..0154c7f4e --- /dev/null +++ b/cli/tests/standalone_runtime_flags.ts @@ -0,0 +1,3 @@ +console.log(Math.random()); +await Deno.stat("."); +await Deno.create("foo.txt"); |