Update Makefile

Didn't do what I thought. Not sure why it had no adverse effect on running tests locally.
This commit is contained in:
dgsan 2013-06-13 11:00:06 -06:00
parent f14679b16f
commit b75e74fd1f
1 changed files with 1 additions and 1 deletions

View File

@ -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: