mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
9 lines
181 B
JSON
9 lines
181 B
JSON
{
|
|
"src": "./src",
|
|
"exclude": ["**/bot/lib", "__mocks__", "**/mock"],
|
|
"reporter": ["html"],
|
|
"report-dir": "./coverage",
|
|
"check-coverage": true,
|
|
"lines": 90
|
|
}
|