Files
Arbitrate-FrontendH5/node_modules/call-bind/.nycrc
T

10 lines
139 B
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}