mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
chore: fix flaky module graph cache tests (#23623)
This commit is contained in:
parent
ac9e07bdfa
commit
f2216c90a7
2 changed files with 2 additions and 4 deletions
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue