lint(tests): Add e2e tests to linter

This commit is contained in:
Blade Barringer
2016-01-06 20:52:24 -06:00
parent a92646b4e9
commit 8a19a84f3f
3 changed files with 27 additions and 14 deletions

View File

@@ -21,7 +21,6 @@ const TEST_FILES = [
'!./test/api-legacy/**/*',
'!./test/common/simulations/**/*',
'!./test/content/**/*',
'!./test/e2e/**/*',
'!./test/server_side/**/*',
'!./test/spec/**/*',
];