From b75e74fd1f65bbb4c7ee65f77c3dad89acfe1929 Mon Sep 17 00:00:00 2001 From: dgsan Date: Thu, 13 Jun 2013 11:00:06 -0600 Subject: [PATCH] Update Makefile Didn't do what I thought. Not sure why it had no adverse effect on running tests locally. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 302c026..478ecc3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ## TESTS TESTER = ./node_modules/.bin/mocha -OPTS = --growl --globals getSchema getConfig --timeout 15000 +OPTS = --growl --globals getSchema --timeout 15000 TESTS = test/*.test.js test: