diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-02-24 15:29:36 -0500 |
|---|---|---|
| committer | David Sherret <dsherret@users.noreply.github.com> | 2022-02-24 17:45:39 -0500 |
| commit | 5f280662042054e8272225ef81f2be3445a6b057 (patch) | |
| tree | 71eee7da01d05241bb7a778e2ec81d4f0fadab68 /cli/compat/esm_resolver.rs | |
| parent | 4deefafdd1b16126351447ba63fb269b19234767 (diff) | |
1.19.1 (#13762)
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 d2b45ba0f..68824ab11 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.126.0/node/http.ts").unwrap(); + Url::parse("https://deno.land/std@0.127.0/node/http.ts").unwrap(); let actual = node_resolve("http", main.as_str(), &cwd).unwrap(); assert!(matches!(actual, ResolveResponse::Esm(_))); |
