Constnium/node_modules/is-callable/.nycrc
2022-06-23 02:27:43 +02:00

9 lines
139 B
JSON

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