mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
test: improve http_proxy test (#3185)
This commit is contained in:
parent
ea8231af33
commit
ec44b5b6af
4 changed files with 6 additions and 4 deletions
|
@ -49,7 +49,7 @@ async function testModuleDownload(): Promise<void> {
|
|||
"--no-prompt",
|
||||
"--reload",
|
||||
"fetch",
|
||||
"http://deno.land/welcome.ts"
|
||||
"http://localhost:4545/std/examples/colors.ts"
|
||||
],
|
||||
stdout: "piped",
|
||||
env: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue