From bf4369a01e07067975dbae8219a9b11f6ab04bb8 Mon Sep 17 00:00:00 2001 From: Mark Hindess Date: Thu, 17 Jul 2014 15:51:21 +0100 Subject: [PATCH] Fix jshint 'tests' definition. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 336e4373a..ec7334c52 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -71,7 +71,7 @@ module.exports = function(grunt) { }, tests: { files: { - src: ['test/*.js'] + src: ['test/**/*.js'] }, options: { "expr": true