test:
	@./node_modules/.bin/mocha --reporter min

test-v:
	@./node_modules/.bin/mocha --reporter spec

.PHONY: test test-v