From 262d04e14c04b112b6635209b41a246b4cbf3dbd Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 2 Jan 2016 18:27:27 -0600 Subject: [PATCH] lint(tests): Re-enable inting for api tests --- tasks/gulp-eslint.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/gulp-eslint.js b/tasks/gulp-eslint.js index f559c4433c..13fe2281e1 100644 --- a/tasks/gulp-eslint.js +++ b/tasks/gulp-eslint.js @@ -19,7 +19,6 @@ const TEST_FILES = [ './test/**/*.js', // @TODO remove these negations as the test files are cleaned up. '!./test/api-legacy/**/*', - '!./test/api/**/*', '!./test/common/simulations/**/*', '!./test/content/**/*', '!./test/e2e/**/*',