From 7b7c2754980e9b6952847faafe89d7ae72f21486 Mon Sep 17 00:00:00 2001 From: Whitney Young Date: Mon, 1 Jun 2015 16:05:58 -0700 Subject: [PATCH] Added jshint back to tests. --- .jshintignore | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 .jshintignore diff --git a/.jshintignore b/.jshintignore new file mode 120000 index 0000000..3e4e48b --- /dev/null +++ b/.jshintignore @@ -0,0 +1 @@ +.gitignore \ No newline at end of file diff --git a/package.json b/package.json index f5e20d6..9dcba1e 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "Transaction Middleware for Azul.js", "main": "index.js", "scripts": { - "test": "istanbul cover node_modules/.bin/_mocha --report html --", - "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly --" + "test": "jshint . && istanbul cover node_modules/.bin/_mocha --report html --", + "test-travis": "jshint . && istanbul cover node_modules/.bin/_mocha --report lcovonly --" }, "files": [ "index.js",