mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
16 lines
227 B
Text
16 lines
227 B
Text
|
{
|
||
|
"tests": {
|
||
|
"root": {
|
||
|
"args": "lint",
|
||
|
"exitCode": 1,
|
||
|
"output": "root.out"
|
||
|
},
|
||
|
"subdir": {
|
||
|
"args": "lint",
|
||
|
"cwd": "package-a",
|
||
|
"exitCode": 1,
|
||
|
"output": "a.out"
|
||
|
}
|
||
|
}
|
||
|
}
|