thelounge/test/.nycrc-mocha-webpack

12 lines
122 B
Plaintext
Raw Normal View History

{
"all": true,
"include": [
"client/"
],
"reporter": [
"json",
"text-summary"
],
"clean": false
}