Make tests running before checkstyle/lint

This commit is contained in:
Raul Ochoa 2016-05-23 13:03:56 +02:00
parent bacaee138a
commit 5895871fad

View File

@ -43,7 +43,7 @@ jshint:
@echo "***jshint***"
@./node_modules/.bin/jshint lib/ test/ app.js
test-all: jshint test
test-all: test jshint
coverage:
@RUNTESTFLAGS=--with-coverage make test