File tree 3 files changed +2
-24
lines changed 3 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ module.exports = function(grunt) {
114
114
] ) ;
115
115
grunt . registerTask ( 'build:test' , [
116
116
'delete-build-modules' ,
117
- 'test:eslint-rules' ,
118
117
'jsx:test' ,
119
118
'version-check' ,
120
119
'populist:test' ,
@@ -133,8 +132,6 @@ module.exports = function(grunt) {
133
132
134
133
grunt . registerTask ( 'coverage:parse' , require ( './grunt/tasks/coverage-parse' ) ) ;
135
134
136
- grunt . registerTask ( 'test:eslint-rules' , require ( './grunt/tasks/test-eslint-rules' ) ) ;
137
-
138
135
grunt . registerTask ( 'test:webdriver:phantomjs' , [
139
136
'connect' ,
140
137
'webdriver-phantomjs' ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 95
95
" /.module-cache/"
96
96
],
97
97
"testPathDirs" : [
98
- " <rootDir>/src"
98
+ " <rootDir>/src" ,
99
+ " <rootDir>/eslint-rules"
99
100
],
100
101
"unmockedModulePathPatterns" : [
101
102
" "
You can’t perform that action at this time.
0 commit comments