0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 20:25:12 -05:00
denoland-deno/tests/specs/task/no_args/__test__.jsonc

9 lines
129 B
JSON
Raw Normal View History

{
"args": "task -q --config deno.json",
"output": "task_no_args.out",
"envs": {
"NO_COLOR": "1"
},
"exitCode": 1
}