adds tests as part of the jshint target

remotes/origin/bin-rhel65
Raul Ochoa 10 years ago
parent ed3517e733
commit 7ae2910061

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

@ -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

Loading…
Cancel
Save