Metzploreur/node_modules/get-intrinsic/.nycrc

10 lines
139 B
Text
Raw Normal View History

2023-11-01 16:33:25 +00:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}