diff --git a/Makefile b/Makefile index 549e2787..046ce13b 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ test: - @./node_modules/.bin/mocha -u tdd --reporter spec + @./node_modules/.bin/mocha -u tdd --reporter spec --exit .PHONY: test