NeahNew/node_modules/for-each/.nycrc
2025-05-03 14:17:46 +02:00

9 lines
129 B
JSON

{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage"
]
}