mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(lock): require --unstable flag to auto discover lockfile (#16524)
This commit is contained in:
parent
77fb26e143
commit
a99539bd4d
2 changed files with 3 additions and 2 deletions
|
@ -3630,7 +3630,7 @@ fn websocket_server_idletimeout() {
|
|||
}
|
||||
|
||||
itest!(auto_discover_lockfile {
|
||||
args: "run run/auto_discover_lockfile/main.ts",
|
||||
args: "run --unstable run/auto_discover_lockfile/main.ts",
|
||||
output: "run/auto_discover_lockfile/main.out",
|
||||
http_server: true,
|
||||
exit_code: 10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue