make jshint command should run on tests directory

Change-Id: Ieccf67d20d257f96bbb91476dba768237c32dd6f
This commit is contained in:
jdlrobson 2014-08-11 10:57:25 -07:00 committed by Jdlrobson
parent 4c5f1e0838
commit 08c1c0dcee

View file

@ -41,7 +41,7 @@ nodecheck:
# Verify all javascript in the project has valid syntax and follows jshint rules
jshint: nodecheck
@node_modules/.bin/jshint modules/* --config .jshintrc
@node_modules/.bin/jshint modules/* tests/qunit --config .jshintrc
# Verify all less files are compilable
checkless: