fix(lock): require --unstable flag to auto discover lockfile (#16524)

This commit is contained in:
Bartek Iwańczuk 2022-11-03 16:20:47 +01:00 committed by GitHub
parent 77fb26e143
commit a99539bd4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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,