From 223403e899c934e23ea3012cc1bbba0b1a3ce92a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 3 Sep 2022 15:31:01 +0200 Subject: feat(info): add information about npm modules cache (#15750) --- cli/tests/testdata/041_info_flag.out | 1 + cli/tests/testdata/041_info_flag_location.out | 1 + cli/tests/testdata/info_json.out | 1 + cli/tests/testdata/info_json_location.out | 1 + 4 files changed, 4 insertions(+) (limited to 'cli/tests/testdata') 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]", -- cgit v1.2.3