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