mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
14 lines
200 B
JSON
14 lines
200 B
JSON
{
|
|
"all": true,
|
|
"exclude": [
|
|
"client/js/bundle.js",
|
|
"client/js/bundle.vendor.js",
|
|
"test/",
|
|
"webpack.config.js"
|
|
],
|
|
"reporter": [
|
|
"lcov",
|
|
"text",
|
|
"text-summary"
|
|
]
|
|
}
|