devsite/node_modules/get-intrinsic/.nycrc

10 lines
139 B
Plaintext
Raw Permalink Normal View History

2024-07-08 01:49:38 +00:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}