mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
c64aa50c0e
Co-authored-by: crowlkats <crowlkats@toaxl.com>
19 lines
368 B
Text
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
|
|
}
|
|
}
|
|
}
|