summaryrefslogtreecommitdiff
path: root/tests/specs/npm/deno_run_non_existent/__test__.jsonc
blob: 72dc01450b5da7c6c7db2643639abf960e2c5edd (plain)
1
2
3
4
5
6
7
8
9
{
  "args": "run npm:mkdirp@0.5.125",
  "output": "deno_run_non_existent.out",
  "envs": {
    "NO_COLOR": "1",
    "NPM_CONFIG_REGISTRY": "http://localhost:4260/"
  },
  "exitCode": 1
}