test:
	./node_modules/.bin/mocha --reporter spec
	./node_modules/.bin/mocha --reporter html-cov --require blanket > coverage.html

.PHONY: test