mirror of
https://github.com/denoland/deno.git
synced 2024-12-19 05:45:09 -05:00
42b71d82db
Co-authored-by: David Sherret <dsherret@gmail.com>
14 lines
236 B
Text
14 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
|
|
}
|
|
}
|
|
}
|