summaryrefslogtreecommitdiff
path: root/tests/specs/npm/check_local/__test__.jsonc
blob: 1bffa5eed09c35b5d5315e3f3d8ca24b7faaad74 (plain)
1
2
3
4
5
6
7
8
9
{
  "args": "check check_errors/main.ts",
  "output": "check_errors/main_local.out",
  "envs": {
    "NO_COLOR": "1",
    "NPM_CONFIG_REGISTRY": "http://localhost:4260/"
  },
  "exitCode": 1
}