Files
timetracker/node_modules/call-bound/.nycrc
Felix Schlusche 9310cb2b8f Initial commit
2025-10-23 00:32:06 +02:00

10 lines
139 B
JSON

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