mirror of
https://github.com/denoland/deno.git
synced 2025-02-22 21:23:32 -05:00
15 lines
301 B
JSON
15 lines
301 B
JSON
![]() |
{
|
||
|
"tests": {
|
||
|
"discover": {
|
||
|
"args": "check main.ts member/mod.ts",
|
||
|
"output": "check_discover.out",
|
||
|
"exitCode": 1
|
||
|
},
|
||
|
"config_flag": {
|
||
|
"args": "check --config deno.json main.ts member/mod.ts",
|
||
|
"output": "check_config_flag.out",
|
||
|
"exitCode": 1
|
||
|
}
|
||
|
}
|
||
|
}
|