summaryrefslogtreecommitdiff
path: root/tests/specs/task/npx_non_existent/__test__.jsonc
blob: 8678a37bd3037d29ae80efdb8dc9aa0d90a5c8eb (plain)
1
2
3
4
5
6
7
8
9
{
  "args": "task non-existent",
  "output": "non_existent.out",
  "envs": {
    "NO_COLOR": "1",
    "NPM_CONFIG_REGISTRY": "http://localhost:4260/"
  },
  "exitCode": 1
}