Assignment5_new/node_modules/is-weakset/.nycrc
2025-01-07 10:44:59 +05:30

10 lines
139 B
JSON

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