@@ -41,14 +41,12 @@ exports[`works with all statuses 1`] = `
4141 28 | });
4242 29 |
4343 > 30 | test.failing.each([
44- | ^
44+ | ^
4545 31 | { a : 1 , b : 1 , expected : 2 } ,
4646 32 | { a : 1 , b : 2 , expected : 3 } ,
4747 33 | { a : 2 , b : 1 , expected : 3 } ,
4848
49- at ../../packages/jest-each/build/bind.js:45:11
50- at Array.forEach (<anonymous >)
51- at Object.<anonymous > (__tests__/statuses.test.js:30:1)
49+ at Object.each (__tests__/statuses.test.js:30:14)
5250
5351 ● .add(1, 2)
5452
@@ -57,14 +55,12 @@ exports[`works with all statuses 1`] = `
5755 28 | });
5856 29 |
5957 > 30 | test.failing.each([
60- | ^
58+ | ^
6159 31 | { a : 1 , b : 1 , expected : 2 } ,
6260 32 | { a : 1 , b : 2 , expected : 3 } ,
6361 33 | { a : 2 , b : 1 , expected : 3 } ,
6462
65- at ../../packages/jest-each/build/bind.js:45:11
66- at Array.forEach (<anonymous >)
67- at Object.<anonymous > (__tests__/statuses.test.js:30:1)
63+ at Object.each (__tests__/statuses.test.js:30:14)
6864
6965 ● .add(2, 1)
7066
@@ -73,14 +69,12 @@ exports[`works with all statuses 1`] = `
7369 28 | });
7470 29 |
7571 > 30 | test.failing.each([
76- | ^
72+ | ^
7773 31 | { a : 1 , b : 1 , expected : 2 } ,
7874 32 | { a : 1 , b : 2 , expected : 3 } ,
7975 33 | { a : 2 , b : 1 , expected : 3 } ,
8076
81- at ../../packages/jest-each/build/bind.js:45:11
82- at Array.forEach (<anonymous >)
83- at Object.<anonymous > (__tests__/statuses.test.js:30:1)
77+ at Object.each (__tests__/statuses.test.js:30:14)
8478
8579 ● failing passes = fails
8680
@@ -130,14 +124,12 @@ exports[`works with concurrent and only mode 1`] = `
130124 15 | });
131125 16 |
132126 > 17 | test.concurrent.only.failing.each([
133- | ^
127+ | ^
134128 18 | { a : 1 , b : 1 , expected : 2 } ,
135129 19 | { a : 1 , b : 2 , expected : 3 } ,
136130 20 | { a : 2 , b : 1 , expected : 3 } ,
137131
138- at ../../packages/jest-each/build/bind.js:45:11
139- at Array.forEach (<anonymous >)
140- at __tests__/worksWithConcurrentOnlyMode.test.js:17:3
132+ at each (__tests__/worksWithConcurrentOnlyMode.test.js:17:32)
141133 at Object.describe (__tests__/worksWithConcurrentOnlyMode.test.js:8:1)
142134
143135 ● block with concurrent › .add(1, 2)
@@ -147,14 +139,12 @@ exports[`works with concurrent and only mode 1`] = `
147139 15 | });
148140 16 |
149141 > 17 | test.concurrent.only.failing.each([
150- | ^
142+ | ^
151143 18 | { a : 1 , b : 1 , expected : 2 } ,
152144 19 | { a : 1 , b : 2 , expected : 3 } ,
153145 20 | { a : 2 , b : 1 , expected : 3 } ,
154146
155- at ../../packages/jest-each/build/bind.js:45:11
156- at Array.forEach (<anonymous >)
157- at __tests__/worksWithConcurrentOnlyMode.test.js:17:3
147+ at each (__tests__/worksWithConcurrentOnlyMode.test.js:17:32)
158148 at Object.describe (__tests__/worksWithConcurrentOnlyMode.test.js:8:1)
159149
160150 ● block with concurrent › .add(2, 1)
@@ -164,14 +154,12 @@ exports[`works with concurrent and only mode 1`] = `
164154 15 | });
165155 16 |
166156 > 17 | test.concurrent.only.failing.each([
167- | ^
157+ | ^
168158 18 | { a : 1 , b : 1 , expected : 2 } ,
169159 19 | { a : 1 , b : 2 , expected : 3 } ,
170160 20 | { a : 2 , b : 1 , expected : 3 } ,
171161
172- at ../../packages/jest-each/build/bind.js:45:11
173- at Array.forEach (<anonymous >)
174- at __tests__/worksWithConcurrentOnlyMode.test.js:17:3
162+ at each (__tests__/worksWithConcurrentOnlyMode.test.js:17:32)
175163 at Object.describe (__tests__/worksWithConcurrentOnlyMode.test.js:8:1)"
176164` ;
177165
@@ -225,14 +213,12 @@ exports[`works with concurrent mode 1`] = `
225213 15 | });
226214 16 |
227215 > 17 | test.concurrent.failing.each([
228- | ^
216+ | ^
229217 18 | { a : 1 , b : 1 , expected : 2 } ,
230218 19 | { a : 1 , b : 2 , expected : 3 } ,
231219 20 | { a : 2 , b : 1 , expected : 3 } ,
232220
233- at ../../packages/jest-each/build/bind.js:45:11
234- at Array.forEach (<anonymous >)
235- at __tests__/worksWithConcurrentMode.test.js:17:3
221+ at each (__tests__/worksWithConcurrentMode.test.js:17:27)
236222 at Object.describe (__tests__/worksWithConcurrentMode.test.js:8:1)
237223
238224 ● block with concurrent › .add(1, 2)
@@ -242,14 +228,12 @@ exports[`works with concurrent mode 1`] = `
242228 15 | });
243229 16 |
244230 > 17 | test.concurrent.failing.each([
245- | ^
231+ | ^
246232 18 | { a : 1 , b : 1 , expected : 2 } ,
247233 19 | { a : 1 , b : 2 , expected : 3 } ,
248234 20 | { a : 2 , b : 1 , expected : 3 } ,
249235
250- at ../../packages/jest-each/build/bind.js:45:11
251- at Array.forEach (<anonymous >)
252- at __tests__/worksWithConcurrentMode.test.js:17:3
236+ at each (__tests__/worksWithConcurrentMode.test.js:17:27)
253237 at Object.describe (__tests__/worksWithConcurrentMode.test.js:8:1)
254238
255239 ● block with concurrent › .add(2, 1)
@@ -259,14 +243,12 @@ exports[`works with concurrent mode 1`] = `
259243 15 | });
260244 16 |
261245 > 17 | test.concurrent.failing.each([
262- | ^
246+ | ^
263247 18 | { a : 1 , b : 1 , expected : 2 } ,
264248 19 | { a : 1 , b : 2 , expected : 3 } ,
265249 20 | { a : 2 , b : 1 , expected : 3 } ,
266250
267- at ../../packages/jest-each/build/bind.js:45:11
268- at Array.forEach (<anonymous >)
269- at __tests__/worksWithConcurrentMode.test.js:17:3
251+ at each (__tests__/worksWithConcurrentMode.test.js:17:27)
270252 at Object.describe (__tests__/worksWithConcurrentMode.test.js:8:1)"
271253` ;
272254
@@ -300,14 +282,12 @@ exports[`works with only mode 1`] = `
300282 13 | });
301283 14 |
302284 > 15 | it.only.failing.each([
303- | ^
285+ | ^
304286 16 | { a : 1 , b : 1 , expected : 2 } ,
305287 17 | { a : 1 , b : 2 , expected : 3 } ,
306288 18 | { a : 2 , b : 1 , expected : 3 } ,
307289
308- at ../../packages/jest-each/build/bind.js:45:11
309- at Array.forEach (<anonymous >)
310- at __tests__/worksWithOnlyMode.test.js:15:3
290+ at each (__tests__/worksWithOnlyMode.test.js:15:19)
311291 at Object.describe (__tests__/worksWithOnlyMode.test.js:10:1)
312292
313293 ● block with only, should pass › .add(1, 2)
@@ -317,14 +297,12 @@ exports[`works with only mode 1`] = `
317297 13 | });
318298 14 |
319299 > 15 | it.only.failing.each([
320- | ^
300+ | ^
321301 16 | { a : 1 , b : 1 , expected : 2 } ,
322302 17 | { a : 1 , b : 2 , expected : 3 } ,
323303 18 | { a : 2 , b : 1 , expected : 3 } ,
324304
325- at ../../packages/jest-each/build/bind.js:45:11
326- at Array.forEach (<anonymous >)
327- at __tests__/worksWithOnlyMode.test.js:15:3
305+ at each (__tests__/worksWithOnlyMode.test.js:15:19)
328306 at Object.describe (__tests__/worksWithOnlyMode.test.js:10:1)
329307
330308 ● block with only, should pass › .add(2, 1)
@@ -334,14 +312,12 @@ exports[`works with only mode 1`] = `
334312 13 | });
335313 14 |
336314 > 15 | it.only.failing.each([
337- | ^
315+ | ^
338316 16 | { a : 1 , b : 1 , expected : 2 } ,
339317 17 | { a : 1 , b : 2 , expected : 3 } ,
340318 18 | { a : 2 , b : 1 , expected : 3 } ,
341319
342- at ../../packages/jest-each/build/bind.js:45:11
343- at Array.forEach (<anonymous >)
344- at __tests__/worksWithOnlyMode.test.js:15:3
320+ at each (__tests__/worksWithOnlyMode.test.js:15:19)
345321 at Object.describe (__tests__/worksWithOnlyMode.test.js:10:1)
346322
347323 ● block with only, should fail › failing passes = fails, should fail
0 commit comments