thelounge/test/.nycrc-mochapack.json

7 lines
134 B
JSON

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