diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-12-16 19:24:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 19:24:16 +0100 |
commit | 5f11f87495effaf9b4ce6c8c615cdce3d50d91f8 (patch) | |
tree | cafb5228322c6fcd2e4ff92551ffa47d1f7d9940 /cli/compat/esm_resolver.rs | |
parent | e0cba6b19b13252b3351f7ce0d08e10f1470602c (diff) |
v1.17.0
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 3a3d31e1f..5e379e576 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.117.0/node/http.ts").unwrap(); + Url::parse("https://deno.land/std@0.118.0/node/http.ts").unwrap(); let actual = node_resolve("http", main.as_str(), &cwd).unwrap(); println!("actual {}", actual); |