diff --git a/Makefile b/Makefile index 157e86c4..4c076707 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ## TESTS TESTER = ./node_modules/.bin/mocha -OPTS = --require ./test/init.js +OPTS = --require ./test/init.js --growl TESTS = test/*.test.js test: