thelounge/test/.nycrc-mocha-webpack
2018-06-16 12:13:29 +03:00

12 lines
160 B
Plaintext

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