thelounge/test/.nycrc-mochapack

12 lines
154 B
Plaintext

{
"all": true,
"temp-dir": "./node_modules/.cache/nyc_output",
"include": [
"client/"
],
"reporter": [
"json",
"text-summary"
]
}