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