Event-Planner / node_modules / has-symbols / .nycrc
.nycrc
Raw
{
	"all": true,
	"check-coverage": false,
	"reporter": ["text-summary", "text", "html", "json"],
	"exclude": [
		"coverage",
		"test"
	]
}