enable jshint for tests

This commit is contained in:
Rob Halff 2014-11-21 02:57:22 +01:00
parent e8215bf954
commit 38757c1c88
1 changed files with 3 additions and 4 deletions

View File

@ -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',