thelounge/test/.nycrc-mocha

18 lines
247 B
Plaintext
Raw Normal View History

{
"all": true,
2018-06-16 11:13:29 +02:00
"temp-directory": "./node_modules/.cache/nyc_output",
"exclude": [
"webpack.config*.js"
],
"include": [
"defaults",
"src",
"*.js"
],
"reporter": [
"json",
"text-summary"
],
"clean": false
}