enable jshint for tests
This commit is contained in:
parent
e8215bf954
commit
38757c1c88
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue