Merge pull request #278 from hindessm/fix-jshint-of-tests

Fix jshint 'tests' definition.
This commit is contained in:
Nick O'Leary 2014-07-17 16:12:16 +01:00
commit cb854c40ba
1 changed files with 1 additions and 1 deletions

View File

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