12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
|
{
|
||
|
"phabricator.uri": "https://hub.sealcode.org/",
|
||
|
"arc.land.onto.default": "hotwire",
|
||
|
"load": [
|
||
|
"arcanist-linters",
|
||
|
"arc-unit-mocha/src"
|
||
|
],
|
||
|
"unit.engine": "MochaEngine",
|
||
|
"unit.mocha.include": [
|
||
|
".test/**/*.ts"
|
||
|
]
|
||
|
}
|