mirror of
https://github.com/denoland/deno.git
synced 2024-12-19 05:45:09 -05:00
15 lines
236 B
Text
15 lines
236 B
Text
|
{
|
||
|
"tests": {
|
||
|
"all": {
|
||
|
"args": "check --all main.ts",
|
||
|
"output": "main_all.out",
|
||
|
"exitCode": 1
|
||
|
},
|
||
|
"local": {
|
||
|
"args": "check main.ts",
|
||
|
"output": "main_local.out",
|
||
|
"exitCode": 1
|
||
|
}
|
||
|
}
|
||
|
}
|