Commit feef9d4 1 parent 6be2928 commit feef9d4 Copy full SHA for feef9d4
File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -129,41 +129,58 @@ const ValidJestFnCallChains = [
129
129
'xdescribe.each' ,
130
130
'it' ,
131
131
'it.concurrent' ,
132
+ 'it.concurrent.failing' ,
132
133
'it.concurrent.each' ,
134
+ 'it.concurrent.failing.each' ,
135
+ 'it.concurrent.failing.only.each' ,
136
+ 'it.concurrent.failing.skip.each' ,
133
137
'it.concurrent.only.each' ,
134
138
'it.concurrent.skip.each' ,
135
139
'it.each' ,
136
140
'it.failing' ,
141
+ 'it.failing.each' ,
137
142
'it.only' ,
138
143
'it.only.each' ,
139
144
'it.only.failing' ,
145
+ 'it.only.failing.each' ,
140
146
'it.skip' ,
141
147
'it.skip.each' ,
142
148
'it.skip.failing' ,
149
+ 'it.skip.failing.each' ,
143
150
'it.todo' ,
144
151
'fit' ,
145
152
'fit.each' ,
146
153
'fit.failing' ,
154
+ 'fit.failing.each' ,
147
155
'xit' ,
148
156
'xit.each' ,
149
157
'xit.failing' ,
158
+ 'xit.failing.each' ,
150
159
'test' ,
151
160
'test.concurrent' ,
161
+ 'test.concurrent.failing' ,
152
162
'test.concurrent.each' ,
163
+ 'test.concurrent.failing.each' ,
164
+ 'test.concurrent.failing.only.each' ,
165
+ 'test.concurrent.failing.skip.each' ,
153
166
'test.concurrent.only.each' ,
154
167
'test.concurrent.skip.each' ,
155
168
'test.each' ,
156
169
'test.failing' ,
170
+ 'test.failing.each' ,
157
171
'test.only' ,
158
172
'test.only.each' ,
159
173
'test.only.failing' ,
174
+ 'test.only.failing.each' ,
160
175
'test.skip' ,
161
176
'test.skip.each' ,
162
177
'test.skip.failing' ,
178
+ 'test.skip.failing.each' ,
163
179
'test.todo' ,
164
180
'xtest' ,
165
181
'xtest.each' ,
166
182
'xtest.failing' ,
183
+ 'xtest.failing.each' ,
167
184
] ;
168
185
169
186
declare module '@typescript-eslint/utils/dist/ts-eslint' {
You can’t perform that action at this time.
0 commit comments