diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-02-04 21:44:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-04 21:44:38 +0100 |
| commit | 82284d8052262ce9e8b688ddf5f079a70edc6818 (patch) | |
| tree | ed69f97aff4b85ae5f6826bfc1e2138faf292308 /cli/compat/esm_resolver.rs | |
| parent | 2f438f4106e1c69f29e43221a98428213f6621e9 (diff) | |
chore: forward v1.18.2 to main (#13595)
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 300b76f31..13eb1efe6 100644 --- a/cli/compat/esm_resolver.rs +++ b/cli/compat/esm_resolver.rs @@ -1218,7 +1218,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.123.0/node/http.ts").unwrap(); + Url::parse("https://deno.land/std@0.125.0/node/http.ts").unwrap(); let actual = node_resolve("http", main.as_str(), &cwd).unwrap(); assert!(matches!(actual, ResolveResponse::Esm(_))); |
