Fix jshint 'tests' definition.

This commit is contained in:
Mark Hindess 2014-07-17 15:51:21 +01:00
parent 8f3de41049
commit bf4369a01e
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ module.exports = function(grunt) {
},
tests: {
files: {
src: ['test/*.js']
src: ['test/**/*.js']
},
options: {
"expr": true