1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/upgrade/invalid_version/__test__.jsonc
Bartek Iwańczuk c64aa50c0e
feat(upgrade): better error message on failure (#25503)
Co-authored-by: crowlkats <crowlkats@toaxl.com>
2024-09-11 17:19:45 +02:00

19 lines
368 B
Text

{
"tests": {
"canary": {
"args": "upgrade --canary asdfasdf",
"output": "canary.out",
"exitCode": 1
},
"version": {
"args": "upgrade --version asdfasdf",
"output": "version.out",
"exitCode": 1
},
"shorthand": {
"args": "upgrade asdfasdf",
"output": "shorthand.out",
"exitCode": 1
}
}
}