mirror of
https://github.com/denoland/deno.git
synced 2025-02-22 13:13:32 -05:00
14 lines
301 B
JSON
14 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
|
|
}
|
|
}
|
|
}
|