summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/info_json.out
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-09-03 15:31:01 +0200
committerGitHub <noreply@github.com>2022-09-03 15:31:01 +0200
commit223403e899c934e23ea3012cc1bbba0b1a3ce92a (patch)
tree99d092a16eae7b82d6c6b77c85a95277ddda2354 /cli/tests/testdata/info_json.out
parent26f5d608ee01eab380f6eb24b141b7d2a81888fc (diff)
feat(info): add information about npm modules cache (#15750)
Diffstat (limited to 'cli/tests/testdata/info_json.out')
-rw-r--r--cli/tests/testdata/info_json.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/info_json.out b/cli/tests/testdata/info_json.out
index 4ba5a95f4..3215af742 100644
--- a/cli/tests/testdata/info_json.out
+++ b/cli/tests/testdata/info_json.out
@@ -1,6 +1,7 @@
{
"denoDir": "[WILDCARD]",
"modulesCache": "[WILDCARD]deps",
+ "npmCache": "[WILDCARD]npm",
"typescriptCache": "[WILDCARD]gen",
"registryCache": "[WILDCARD]registries",
"originStorage": "[WILDCARD]location_data"