mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"tests": {
|
|
"all": {
|
|
"args": "check --all main.ts",
|
|
"output": "main_all.out",
|
|
"exitCode": 1
|
|
},
|
|
"local": {
|
|
"args": "check main.ts",
|
|
"output": "main_local.out",
|
|
"exitCode": 1
|
|
}
|
|
}
|
|
}
|