add test src to eslint

This commit is contained in:
ido 2015-01-20 09:43:59 +02:00
parent b010a488ac
commit c06efc1fdd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module.exports = function (grunt) {
all: {
src: [
'src/**/*.js', 'playground/**/*.js',
//'test/**/*.js',
'test/src/**/*.js',
'!playground/libs/**/*.js',
'!playground/dist/**/*.js',
'!playground/rt-main.browser.js',