hexo/node_modules/globalthis/.nycrc

11 lines
159 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",
"dist",
"test"
]
}