diff options
Diffstat (limited to 'tests/specs/add/comments_deno_json/deno.jsonc')
-rw-r--r-- | tests/specs/add/comments_deno_json/deno.jsonc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/specs/add/comments_deno_json/deno.jsonc b/tests/specs/add/comments_deno_json/deno.jsonc new file mode 100644 index 000000000..6a37b343d --- /dev/null +++ b/tests/specs/add/comments_deno_json/deno.jsonc @@ -0,0 +1,7 @@ +// Testing four space indents too +// deno-fmt-ignore +{ + "imports": { + "@denotest/add2": "npm:@denotest/add" // some comment + } +} |