Files
ObsidianPad/node_modules/has-symbols/.nycrc
T

10 lines
139 B
JSON
Raw Normal View History

2026-05-31 18:44:04 +08:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}