thelounge/test/.nycrc-mochapack.json
2019-07-17 10:22:30 +01:00

7 lines
134 B
JSON

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