summaryrefslogtreecommitdiff
path: root/cli/compat/esm_resolver.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-01-06 13:20:42 +0100
committerGitHub <noreply@github.com>2022-01-06 13:20:42 +0100
commit46f2ff120587cd1cb7b11e66d41ad6ad46fb09a8 (patch)
tree1cfa71ee21cb35e13f137e37af5f7bf686a3d500 /cli/compat/esm_resolver.rs
parentd92072c656ac0e764c1588ad5825ce6a10703352 (diff)
chore: forward 1.17.2 to main (#13295)
Diffstat (limited to 'cli/compat/esm_resolver.rs')
-rw-r--r--cli/compat/esm_resolver.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/compat/esm_resolver.rs b/cli/compat/esm_resolver.rs
index d2fdeaae0..c745789aa 100644
--- a/cli/compat/esm_resolver.rs
+++ b/cli/compat/esm_resolver.rs
@@ -1193,7 +1193,7 @@ mod tests {
let cwd = testdir("basic");
let main = Url::from_file_path(cwd.join("main.js")).unwrap();
let expected =
- Url::parse("https://deno.land/std@0.119.0/node/http.ts").unwrap();
+ Url::parse("https://deno.land/std@0.120.0/node/http.ts").unwrap();
let actual = node_resolve("http", main.as_str(), &cwd).unwrap();
println!("actual {}", actual);