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

10 lines
159 B
JSON

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