summaryrefslogtreecommitdiff
path: root/cli/compat/esm_resolver.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-01-13 20:47:42 +0100
committerGitHub <noreply@github.com>2022-01-13 20:47:42 +0100
commit9975ede773f5bf2f7f121ba2f3354592ed3be520 (patch)
treed9c6c1406df0cff2bb4bd6660735ad5ca179d570 /cli/compat/esm_resolver.rs
parentf12164646ba8327e9e6275b0ab97602f85e9854f (diff)
chore: forward v1.17.3 to main (#13364)
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 029521f46..389e34c1b 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.120.0/node/http.ts").unwrap();
+ Url::parse("https://deno.land/std@0.121.0/node/http.ts").unwrap();
let actual = node_resolve("http", main.as_str(), &cwd).unwrap();
println!("actual {}", actual);