tg-bot-reminder/node_modules/is-core-module/.nycrc

10 lines
139 B
Plaintext
Raw Normal View History

2023-08-13 16:48:04 +03:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}