summaryrefslogtreecommitdiff
path: root/tests/specs/task/no_args/__test__.jsonc
blob: 6347c5989cc9f98789db814337522b8f8c7165fe (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": 0
}