summaryrefslogtreecommitdiff
path: root/tests/specs/npm/non_existent_dep_version/__test__.jsonc
blob: dd91c662436ad947b16399f08691bec911cf0f28 (plain)
1
2
3
4
5
{
  "args": "cache npm:@denotest/non-existent-dep-version",
  "exitCode": 1,
  "output": "[UNORDERED_START]\nDownload http://localhost:4260/@denotest%2fnon-existent-dep-version\nDownload http://localhost:4260/@denotest%2fesm-basic\n[UNORDERED_END]\nerror: Could not find npm package '@denotest/esm-basic' matching '=99.99.99'.\n"
}