diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2022-03-24 12:47:35 +1100 |
---|---|---|
committer | Kitson Kelly <me@kitsonkelly.com> | 2022-03-24 14:47:06 +1100 |
commit | cff1e92ecf17933a4fcd2ea6a18abfdf89316e37 (patch) | |
tree | b9dc3685eda53147214af8232c30c1e08eb9d1b2 /cli/compat/esm_resolver.rs | |
parent | c755548e0212ea6f4fc211adc85bfdc581e6045e (diff) |
1.20.2
Diffstat (limited to 'cli/compat/esm_resolver.rs')
-rw-r--r-- | cli/compat/esm_resolver.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/compat/esm_resolver.rs b/cli/compat/esm_resolver.rs index a36aa51c7..32dce8e00 100644 --- a/cli/compat/esm_resolver.rs +++ b/cli/compat/esm_resolver.rs @@ -1234,7 +1234,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.130.0/node/http.ts").unwrap(); + Url::parse("https://deno.land/std@0.131.0/node/http.ts").unwrap(); let actual = node_resolve("http", main.as_str(), &cwd).unwrap(); assert!(matches!(actual, ResolveResponse::Esm(_))); |