intern-Assignment/Node-Assignments/practice-2/node_modules/get-proto/.nycrc

10 lines
139 B
Plaintext
Raw Normal View History

2025-01-31 09:50:39 +00:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}