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