mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +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
|
|
}
|