15 lines
192 B
Plaintext
15 lines
192 B
Plaintext
|
{
|
||
|
"all": true,
|
||
|
"exclude": [
|
||
|
"client/js/bundle.js",
|
||
|
"client/js/bundle.vendor.js",
|
||
|
"coverage/",
|
||
|
"test/"
|
||
|
],
|
||
|
"reporter": [
|
||
|
"lcov",
|
||
|
"text",
|
||
|
"text-summary"
|
||
|
]
|
||
|
}
|