Added 2nd global util test function to test makefile.

This commit is contained in:
dgsan 2013-06-13 09:52:14 -07:00
parent b04d9466ef
commit f14679b16f
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 --timeout 15000
OPTS = --growl --globals getSchema getConfig --timeout 15000
TESTS = test/*.test.js
test: