Files
blink/backend/apis/nodejs/node_modules/call-bind-apply-helpers/.nycrc
2025-03-23 21:00:08 +01:00

10 lines
139 B
JSON

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