mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
fix(npm): remove forgotten unstable check (#16598)
This commit is contained in:
parent
38f0b41e7d
commit
7f0546a6b7
4 changed files with 3 additions and 15 deletions
|
@ -2918,15 +2918,9 @@ itest!(nested_error {
|
|||
exit_code: 1,
|
||||
});
|
||||
|
||||
itest!(node_env_var_allowlist_with_unstable_flag {
|
||||
itest!(node_env_var_allowlist {
|
||||
args: "run --unstable --no-prompt run/node_env_var_allowlist.ts",
|
||||
output: "run/node_env_var_allowlist_with_unstable_flag.ts.out",
|
||||
exit_code: 1,
|
||||
});
|
||||
|
||||
itest!(node_env_var_allowlist_without_unstable_flag {
|
||||
args: "run --no-prompt run/node_env_var_allowlist.ts",
|
||||
output: "run/node_env_var_allowlist_without_unstable_flag.ts.out",
|
||||
output: "run/node_env_var_allowlist.ts.out",
|
||||
exit_code: 1,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue