diff options
Diffstat (limited to 'cli/tests/testdata/bundle/check_local_by_default.out')
-rw-r--r-- | cli/tests/testdata/bundle/check_local_by_default.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/bundle/check_local_by_default.out b/cli/tests/testdata/bundle/check_local_by_default.out new file mode 100644 index 000000000..c4559d1fa --- /dev/null +++ b/cli/tests/testdata/bundle/check_local_by_default.out @@ -0,0 +1,6 @@ +// deno-fmt-ignore-file +// deno-lint-ignore-file +// This code was bundled using `deno bundle` and it's not recommended to edit it manually + +console.log(12); + |