Files
Arbitrate-FrontendH5/node_modules/is-arguments/.nycrc
T
2024-01-18 10:46:33 +08:00

10 lines
139 B
JSON

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