mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
20 lines
368 B
Text
20 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
|
||
|
}
|
||
|
}
|
||
|
}
|