mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
21 lines
344 B
Text
21 lines
344 B
Text
|
{
|
||
|
"tests": {
|
||
|
"root": {
|
||
|
"args": "test",
|
||
|
"output": "root.out",
|
||
|
"exitCode": 1
|
||
|
},
|
||
|
"package_a": {
|
||
|
"args": "test",
|
||
|
"cwd": "package-a",
|
||
|
"output": "package_a.out"
|
||
|
},
|
||
|
"package_b": {
|
||
|
"args": "test",
|
||
|
"cwd": "package-b",
|
||
|
"output": "package_b.out",
|
||
|
"exitCode": 1
|
||
|
}
|
||
|
}
|
||
|
}
|