wishthis/node_modules/define-properties/.nycrc
2022-05-29 11:24:36 +02:00

9 lines
139 B
JSON

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