mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 01:58:05 -05:00
20 lines
360 B
Text
20 lines
360 B
Text
|
{
|
||
|
"tests": {
|
||
|
"error": {
|
||
|
"args": "test",
|
||
|
"output": "error.out",
|
||
|
"exitCode": 1
|
||
|
},
|
||
|
"permit_no_files": {
|
||
|
"args": "test --permit-no-files",
|
||
|
"output": "permit_no_files.out",
|
||
|
"exitCode": 0
|
||
|
},
|
||
|
"allow_none": {
|
||
|
"args": "test --allow-none",
|
||
|
"output": "allow_none.out",
|
||
|
"exitCode": 0
|
||
|
}
|
||
|
}
|
||
|
}
|