diff options
Diffstat (limited to 'tests/testdata/bundle/check_local_by_default/no_errors.out')
-rw-r--r-- | tests/testdata/bundle/check_local_by_default/no_errors.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testdata/bundle/check_local_by_default/no_errors.out b/tests/testdata/bundle/check_local_by_default/no_errors.out new file mode 100644 index 000000000..c4559d1fa --- /dev/null +++ b/tests/testdata/bundle/check_local_by_default/no_errors.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); + |