From 7ae2910061de424d9d6352e717b3ca76bcb0884c Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Mon, 27 Apr 2015 18:08:55 +0200 Subject: [PATCH] adds tests as part of the jshint target --- .jshintignore | 4 ++++ Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .jshintignore diff --git a/.jshintignore b/.jshintignore new file mode 100644 index 00000000..d781eace --- /dev/null +++ b/.jshintignore @@ -0,0 +1,4 @@ +test/results/ +test/monkey/ +test/benchmark.js +test/support/ diff --git a/Makefile b/Makefile index 2bd19912..641c291a 100644 --- a/Makefile +++ b/Makefile @@ -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