summaryrefslogtreecommitdiff
path: root/tests/specs/task/package_json_echo/__test__.jsonc
blob: 616f72f78fc6c8e7d01c42d788058cef8c9ae28d (plain)
1
2
3
4
5
6
7
8
9
{
  "args": "task --quiet echo",
  "output": "echo.out",
  "envs": {
    "NO_COLOR": "1",
    "NPM_CONFIG_REGISTRY": "http://localhost:4260/"
  },
  "exitCode": 0
}