mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
feat(task): add unstable warning to deno task
(#13966)
This commit is contained in:
parent
a7bef54d3f
commit
748aff1e94
6 changed files with 14 additions and 7 deletions
|
@ -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())],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue