MOCHA_OPTS= --check-leaks REPORTER = spec test: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter $(REPORTER) \ --timeout 15000 \ test-w: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter $(REPORTER) \ --timeout 15000 \ --growl \ --watch .PHONY: test test-w