summaryrefslogtreecommitdiff
path: root/tests/specs/npm/non_existent_dep/__test__.jsonc
blob: bc38414195abbe853e19cacc008b2b194b142209 (plain)
1
2
3
4
5
{
  "args": "cache npm:@denotest/non-existent-dep",
  "exitCode": 1,
  "output": "[UNORDERED_START]\nDownload http://localhost:4260/@denotest/non-existent-dep\nDownload http://localhost:4260/@denotest/non-existent\n[UNORDERED_END]\nerror: npm package '@denotest/non-existent' does not exist.\n"
}