From 38757c1c88eafd4cb340bed3f488208a9e1530b7 Mon Sep 17 00:00:00 2001 From: Rob Halff Date: Fri, 21 Nov 2014 02:57:22 +0100 Subject: [PATCH] enable jshint for tests --- Gruntfile.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index a9804e59..43aea073 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -38,11 +38,10 @@ module.exports = function(grunt) { }, server: { src: ['server/**/*.js'] + }, + test: { + src: ['test/**/*.js'] } - // TODO tests don't pass yet - // test: { - // src: ['test/**/*.js'] - // } }, jscs: { gruntfile: 'Gruntfile.js',