diff --git a/templates/app/Makefile b/templates/app/Makefile index 8f4030a..c028d17 100644 --- a/templates/app/Makefile +++ b/templates/app/Makefile @@ -1,10 +1,10 @@ TESTS = test/*.js test: - @NODE_ENV=test ./node_modules/.bin/mocha \ + @NODE_ENV=test ./node_modules/mocha/bin/mocha \ --require should \ --reporter list \ --slow 20 \ --growl \ $(TESTS) -.PHONY: test \ No newline at end of file +.PHONY: test