elearning/Frontend-Learner/node_modules/is-regex/.nycrc

11 lines
159 B
Text
Raw Normal View History

2026-01-13 10:46:40 +07:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test",
"test-corejs.js"
]
}