REPORTER = dot test: @./node_modules/.bin/mocha \ --reporter $(REPORTER) \ --bail \ test/ .PHONY: test