Codebase list node-define-properties / 6668b684-bc95-4e8b-95a8-6ff16a2f57cc/main .nycrc
6668b684-bc95-4e8b-95a8-6ff16a2f57cc/main

Tree @6668b684-bc95-4e8b-95a8-6ff16a2f57cc/main (Download .tar.gz)

.nycrc @6668b684-bc95-4e8b-95a8-6ff16a2f57cc/mainraw · history · blame

1
2
3
4
5
6
7
8
9
{
	"all": true,
	"check-coverage": false,
	"reporter": ["text-summary", "text", "html", "json"],
	"exclude": [
		"coverage",
		"test"
	]
}