thelounge/test/.nycrc-mocha

17 lines
191 B
Plaintext
Raw Normal View History

{
"all": true,
"exclude": [
"webpack.config*.js"
],
"include": [
"defaults",
"src",
"*.js"
],
"reporter": [
"json",
"text-summary"
],
"clean": false
}