wishthis/node_modules/is-core-module/.nycrc
2022-01-21 09:28:41 +01:00

9 lines
139 B
JSON

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