Skip to content

Commit

Permalink
chore: add tests to lint task
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Estilles committed Apr 20, 2015
1 parent bbea934 commit 1d78979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ module.exports = function(grunt) {
jshint: {
all: [
'Gruntfile.js',
'tasks/*.js'
'tasks/**/*.js',
'test/**/*.spec.js'
],
options: {
jshintrc: '.jshintrc',
Expand Down

0 comments on commit 1d78979

Please sign in to comment.