mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 07:44:48 -05:00
test: fix lock_write_fetch test (#9318)
This commit is contained in:
parent
daad575825
commit
4b92eef25e
1 changed files with 1 additions and 0 deletions
|
@ -2729,6 +2729,7 @@ itest!(lock_write_fetch {
|
|||
args:
|
||||
"run --quiet --allow-read --allow-write --allow-env --allow-run lock_write_fetch.ts",
|
||||
output: "lock_write_fetch.ts.out",
|
||||
http_server: true,
|
||||
exit_code: 0,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue