Adds batch as directory to check with jshint

This commit is contained in:
Raul Ochoa 2016-01-22 12:29:12 +01:00
parent e3964575a4
commit f8ef4c1d29

View File

@ -9,7 +9,7 @@ check:
jshint:
@echo "***jshint***"
@./node_modules/.bin/jshint app/ test/ app.js
@./node_modules/.bin/jshint app/ batch/ test/ app.js
TEST_SUITE := $(shell find test/{acceptance,unit} -name "*.js")
TEST_SUITE_UNIT := $(shell find test/unit -name "*.js")