Files
wdi-dashboard/node_modules/array-includes/.nycrc
2024-08-16 15:06:52 +05:30

10 lines
139 B
JSON

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