wishthis/node_modules/define-properties/.nycrc

10 lines
139 B
Text
Raw Normal View History

2022-05-29 09:24:36 +00:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}