aoc/node_modules/supports-preserve-symlinks-.../.nycrc

10 lines
139 B
Plaintext
Raw Normal View History

2022-12-03 22:11:42 +00:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}