feat(task): add unstable warning to deno task (#13966)

This commit is contained in:
David Sherret 2022-03-15 21:24:07 -04:00 committed by GitHub
parent a7bef54d3f
commit 748aff1e94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 7 deletions

View file

@ -25,7 +25,7 @@ itest!(task_boolean_logic {
envs: vec![("NO_COLOR".to_string(), "1".to_string())],
});
itest!(task_exit_code_1 {
itest!(task_exit_code_5 {
args: "task --config task/deno.json exit_code_5",
output: "task/task_exit_code_5.out",
envs: vec![("NO_COLOR".to_string(), "1".to_string())],