Skip to content

Commit

Permalink
Merge pull request #278 from hindessm/fix-jshint-of-tests
Browse files Browse the repository at this point in the history
Fix jshint 'tests' definition.
  • Loading branch information
knolleary committed Jul 17, 2014
2 parents 8f3de41 + bf4369a commit cb854c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = function(grunt) {
},
tests: {
files: {
src: ['test/*.js']
src: ['test/**/*.js']
},
options: {
"expr": true
Expand Down

0 comments on commit cb854c4

Please sign in to comment.