vvet_backend_1/node_modules/call-bound/.nycrc

10 lines
139 B
Plaintext
Raw Normal View History

2025-05-09 12:46:18 +05:30
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}