GorkemsCafe/node_modules/get-intrinsic/.nycrc
2023-09-26 12:40:05 +03:00

10 lines
139 B
JSON

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