diff options
-rw-r--r-- | tests/specs/jsr/module_graph/main.out | 3 | ||||
-rw-r--r-- | tests/specs/jsr/module_graph2/main.out | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/specs/jsr/module_graph/main.out b/tests/specs/jsr/module_graph/main.out index 0bc19aeba..35905a63a 100644 --- a/tests/specs/jsr/module_graph/main.out +++ b/tests/specs/jsr/module_graph/main.out @@ -1,5 +1,4 @@ -[WILDCARD]Caching module info for http://[WILDLINE]/@denotest/module-graph/1.4.0/mod.ts -[WILDCARD]Caching module info for http://[WILDLINE]/@denotest/module-graph/1.4.0/other.ts +[WILDCARD]Caching module info for http://127.0.0.1:4250/@denotest/module-graph/1.4.0/mod.ts [WILDCARD] Test { other: Other {} } [WILDCARD] diff --git a/tests/specs/jsr/module_graph2/main.out b/tests/specs/jsr/module_graph2/main.out index 9f37a0382..ba2c06aaa 100644 --- a/tests/specs/jsr/module_graph2/main.out +++ b/tests/specs/jsr/module_graph2/main.out @@ -1,5 +1,4 @@ -[WILDCARD]Caching module info for http://[WILDLINE]/@denotest/module-graph2/1.4.0/mod.ts -[WILDCARD]Caching module info for http://[WILDLINE]/@denotest/module-graph2/1.4.0/other.ts +[WILDCARD]Caching module info for http://127.0.0.1:4250/@denotest/module-graph2/1.4.0/mod.ts [WILDCARD] Test { other: Other {} } [WILDCARD] |