summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-10-01 14:05:40 -0400
committerGitHub <noreply@github.com>2024-10-01 14:05:40 -0400
commit4c8d57db03bac12d2a13566b3cc7454cfbd67314 (patch)
tree7f8ffe216dd78245ab327685e6b4752f8196be08 /tests
parent29104384c4cb5aab082749382802560907ebec42 (diff)
BREAKING: rename "deps" remote cache folder to "remote" (#25969)
Closes https://github.com/denoland/deno/issues/25967 Closes #25968
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/jsr_tests.rs2
-rw-r--r--tests/specs/info/flag/041_info_flag.out2
-rw-r--r--tests/specs/info/flag_location/041_info_flag_location.out2
-rw-r--r--tests/specs/info/json/info_json.out2
-rw-r--r--tests/specs/info/json_location/info_json_location.out2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/integration/jsr_tests.rs b/tests/integration/jsr_tests.rs
index af5b24fe4..c4812e6bf 100644
--- a/tests/integration/jsr_tests.rs
+++ b/tests/integration/jsr_tests.rs
@@ -191,7 +191,7 @@ fn reload_info_not_found_cache_but_exists_remote() {
Url::parse(&format!("http://127.0.0.1:4250/{}/meta.json", package))
.unwrap();
let cache = deno_cache_dir::GlobalHttpCache::new(
- deno_dir.path().join("deps").to_path_buf(),
+ deno_dir.path().join("remote").to_path_buf(),
deno_cache_dir::TestRealDenoCacheEnv,
);
let entry = cache
diff --git a/tests/specs/info/flag/041_info_flag.out b/tests/specs/info/flag/041_info_flag.out
index 3506a29e4..72a00be30 100644
--- a/tests/specs/info/flag/041_info_flag.out
+++ b/tests/specs/info/flag/041_info_flag.out
@@ -1,5 +1,5 @@
DENO_DIR location: [WILDCARD]
-Remote modules cache: [WILDCARD]deps
+Remote modules cache: [WILDCARD]remote
npm modules cache: [WILDCARD]npm
Emitted modules cache: [WILDCARD]gen
Language server registries cache: [WILDCARD]registries
diff --git a/tests/specs/info/flag_location/041_info_flag_location.out b/tests/specs/info/flag_location/041_info_flag_location.out
index b9e72f659..684db2eec 100644
--- a/tests/specs/info/flag_location/041_info_flag_location.out
+++ b/tests/specs/info/flag_location/041_info_flag_location.out
@@ -1,5 +1,5 @@
DENO_DIR location: [WILDCARD]
-Remote modules cache: [WILDCARD]deps
+Remote modules cache: [WILDCARD]remote
npm modules cache: [WILDCARD]npm
Emitted modules cache: [WILDCARD]gen
Language server registries cache: [WILDCARD]registries
diff --git a/tests/specs/info/json/info_json.out b/tests/specs/info/json/info_json.out
index 607489ca3..551f61026 100644
--- a/tests/specs/info/json/info_json.out
+++ b/tests/specs/info/json/info_json.out
@@ -1,7 +1,7 @@
{
"version": 1,
"denoDir": "[WILDCARD]",
- "modulesCache": "[WILDCARD]deps",
+ "modulesCache": "[WILDCARD]remote",
"npmCache": "[WILDCARD]npm",
"typescriptCache": "[WILDCARD]gen",
"registryCache": "[WILDCARD]registries",
diff --git a/tests/specs/info/json_location/info_json_location.out b/tests/specs/info/json_location/info_json_location.out
index 004bf03db..6d01ba451 100644
--- a/tests/specs/info/json_location/info_json_location.out
+++ b/tests/specs/info/json_location/info_json_location.out
@@ -1,7 +1,7 @@
{
"version": 1,
"denoDir": "[WILDCARD]",
- "modulesCache": "[WILDCARD]deps",
+ "modulesCache": "[WILDCARD]remote",
"npmCache": "[WILDCARD]npm",
"typescriptCache": "[WILDCARD]gen",
"registryCache": "[WILDCARD]registries",