Skip to content

Commit

Permalink
Call jshint when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 5, 2015
1 parent 4f44bdf commit da11a0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -28,9 +28,11 @@
"devDependencies": {
"deep-equal": "~1.0.0",
"expect.js": "^0.3.1",
"jshint": "^2.6.3",
"mocha": "^2.2.1"
},
"scripts": {
"test": "mocha -R spec"
"pretest": "jshint index.js test/",
"test": "mocha"
}
}

0 comments on commit da11a0b

Please sign in to comment.