lint the functional tests

This commit is contained in:
Joe Fleming 2015-11-11 15:45:24 -07:00
parent d1b93fe4f2
commit b518bbb484

View file

@ -43,6 +43,7 @@ module.exports = function (grunt) {
lintThese: [
'Gruntfile.js',
'<%= root %>/tasks/**/*.js',
'<%= root %>/test/**/*.js',
'<%= src %>/**/*.js',
'!<%= src %>/fixtures/**/*.js'
],