hexo/node_modules/is-regex/.nycrc

11 lines
169 B
Plaintext
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test",
"test-corejs.js"
]
}