summaryrefslogtreecommitdiff
path: root/tests/specs/task/non_existent/__test__.jsonc
blob: e34674beeffec5f93f03473908a5e7dc670391aa (plain)
1
2
3
4
5
6
7
8
{
  "args": "task --config deno.json non_existent",
  "output": "task_non_existent.out",
  "envs": {
    "NO_COLOR": "1"
  },
  "exitCode": 1
}