diff --git a/Makefile b/Makefile index a457665..1bd1651 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ## TESTS TESTER = ./node_modules/.bin/mocha -OPTS = --growl +OPTS = --growl --globals getSchema TESTS = test/*.test.js test: