test:
	./node_modules/.bin/mocha --reporter dot test/*.js

.PHONY: test
