summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/testdata/041_info_flag.out1
-rw-r--r--cli/tests/testdata/041_info_flag_location.out1
-rw-r--r--cli/tests/testdata/info_json.out1
-rw-r--r--cli/tests/testdata/info_json_location.out1
4 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/041_info_flag.out b/cli/tests/testdata/041_info_flag.out
index cb94386e8..3506a29e4 100644
--- a/cli/tests/testdata/041_info_flag.out
+++ b/cli/tests/testdata/041_info_flag.out
@@ -1,5 +1,6 @@
DENO_DIR location: [WILDCARD]
Remote modules cache: [WILDCARD]deps
+npm modules cache: [WILDCARD]npm
Emitted modules cache: [WILDCARD]gen
Language server registries cache: [WILDCARD]registries
Origin storage: [WILDCARD]location_data
diff --git a/cli/tests/testdata/041_info_flag_location.out b/cli/tests/testdata/041_info_flag_location.out
index fa111cf18..b9e72f659 100644
--- a/cli/tests/testdata/041_info_flag_location.out
+++ b/cli/tests/testdata/041_info_flag_location.out
@@ -1,5 +1,6 @@
DENO_DIR location: [WILDCARD]
Remote modules cache: [WILDCARD]deps
+npm modules cache: [WILDCARD]npm
Emitted modules cache: [WILDCARD]gen
Language server registries cache: [WILDCARD]registries
Origin storage: [WILDCARD]location_data[WILDCARD]
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"
diff --git a/cli/tests/testdata/info_json_location.out b/cli/tests/testdata/info_json_location.out
index 6c4cddefb..510fa7749 100644
--- a/cli/tests/testdata/info_json_location.out
+++ b/cli/tests/testdata/info_json_location.out
@@ -1,6 +1,7 @@
{
"denoDir": "[WILDCARD]",
"modulesCache": "[WILDCARD]deps",
+ "npmCache": "[WILDCARD]npm",
"typescriptCache": "[WILDCARD]gen",
"registryCache": "[WILDCARD]registries",
"originStorage": "[WILDCARD]location_data[WILDCARD]",