Commit 8100531 1 parent a2fd28e commit 8100531 Copy full SHA for 8100531
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -106,26 +106,34 @@ const ValidJestFnCallChains = [
106
106
'it.failing' ,
107
107
'it.only' ,
108
108
'it.only.each' ,
109
+ 'it.only.failing' ,
109
110
'it.skip' ,
110
111
'it.skip.each' ,
112
+ 'it.skip.failing' ,
111
113
'it.todo' ,
112
114
'fit' ,
113
115
'fit.each' ,
116
+ 'fit.failing' ,
114
117
'xit' ,
115
118
'xit.each' ,
119
+ 'xit.failing' ,
116
120
'test' ,
117
121
'test.concurrent' ,
118
122
'test.concurrent.each' ,
119
123
'test.concurrent.only.each' ,
120
124
'test.concurrent.skip.each' ,
121
125
'test.each' ,
126
+ 'test.failing' ,
122
127
'test.only' ,
123
128
'test.only.each' ,
129
+ 'test.only.failing' ,
124
130
'test.skip' ,
125
131
'test.skip.each' ,
132
+ 'test.skip.failing' ,
126
133
'test.todo' ,
127
134
'xtest' ,
128
135
'xtest.each' ,
136
+ 'xtest.failing' ,
129
137
130
138
// todo: check if actually valid (not in docs)
131
139
'test.concurrent.skip' ,
You can’t perform that action at this time.
0 commit comments