mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|