adds tests as part of the jshint target

This commit is contained in:
Raul Ochoa 2015-04-27 18:08:55 +02:00
parent ed3517e733
commit 7ae2910061
2 changed files with 5 additions and 1 deletions

4
.jshintignore Normal file
View File

@ -0,0 +1,4 @@
test/results/
test/monkey/
test/benchmark.js
test/support/

View File

@ -29,7 +29,7 @@ test: config/environments/test.js
jshint:
@echo "***jshint***"
@./node_modules/.bin/jshint lib/ app.js
@./node_modules/.bin/jshint lib/ test/ app.js
test-all: jshint test