wishthis/node_modules/get-intrinsic/.nycrc
2022-06-16 13:46:53 +02:00

9 lines
139 B
JSON

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