diff options
author | Emmanuel <implicitdef@users.noreply.github.com> | 2020-07-08 16:50:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 10:50:12 -0400 |
commit | cbbd9443592f79f6abf9e5019840de4e01ff8580 (patch) | |
tree | bb8c626e95db2ec103de4dcbeb5ec29b65e49aff /cli/tests/info_json.out | |
parent | a2bf61d1ae3ba2ff746a98ad2f0a96b6fc7782d0 (diff) |
feat(cli): json option for "deno info" (#6372)
Diffstat (limited to 'cli/tests/info_json.out')
-rw-r--r-- | cli/tests/info_json.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/info_json.out b/cli/tests/info_json.out new file mode 100644 index 000000000..361728a7b --- /dev/null +++ b/cli/tests/info_json.out @@ -0,0 +1,5 @@ +{ + "denoDir": "[WILDCARD]", + "modulesCache": "[WILDCARD]deps", + "typescriptCache": "[WILDCARD]gen" +}
\ No newline at end of file |