@@ -41,14 +41,12 @@ exports[`works with all statuses 1`] = `
41
41
28 | });
42
42
29 |
43
43
> 30 | test.failing.each([
44
- | ^
44
+ | ^
45
45
31 | { a : 1 , b : 1 , expected : 2 } ,
46
46
32 | { a : 1 , b : 2 , expected : 3 } ,
47
47
33 | { a : 2 , b : 1 , expected : 3 } ,
48
48
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)
52
50
53
51
● .add(1, 2)
54
52
@@ -57,14 +55,12 @@ exports[`works with all statuses 1`] = `
57
55
28 | });
58
56
29 |
59
57
> 30 | test.failing.each([
60
- | ^
58
+ | ^
61
59
31 | { a : 1 , b : 1 , expected : 2 } ,
62
60
32 | { a : 1 , b : 2 , expected : 3 } ,
63
61
33 | { a : 2 , b : 1 , expected : 3 } ,
64
62
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)
68
64
69
65
● .add(2, 1)
70
66
@@ -73,14 +69,12 @@ exports[`works with all statuses 1`] = `
73
69
28 | });
74
70
29 |
75
71
> 30 | test.failing.each([
76
- | ^
72
+ | ^
77
73
31 | { a : 1 , b : 1 , expected : 2 } ,
78
74
32 | { a : 1 , b : 2 , expected : 3 } ,
79
75
33 | { a : 2 , b : 1 , expected : 3 } ,
80
76
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)
84
78
85
79
● failing passes = fails
86
80
@@ -130,14 +124,12 @@ exports[`works with concurrent and only mode 1`] = `
130
124
15 | });
131
125
16 |
132
126
> 17 | test.concurrent.only.failing.each([
133
- | ^
127
+ | ^
134
128
18 | { a : 1 , b : 1 , expected : 2 } ,
135
129
19 | { a : 1 , b : 2 , expected : 3 } ,
136
130
20 | { a : 2 , b : 1 , expected : 3 } ,
137
131
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)
141
133
at Object.describe (__tests__/worksWithConcurrentOnlyMode.test.js:8:1)
142
134
143
135
● block with concurrent › .add(1, 2)
@@ -147,14 +139,12 @@ exports[`works with concurrent and only mode 1`] = `
147
139
15 | });
148
140
16 |
149
141
> 17 | test.concurrent.only.failing.each([
150
- | ^
142
+ | ^
151
143
18 | { a : 1 , b : 1 , expected : 2 } ,
152
144
19 | { a : 1 , b : 2 , expected : 3 } ,
153
145
20 | { a : 2 , b : 1 , expected : 3 } ,
154
146
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)
158
148
at Object.describe (__tests__/worksWithConcurrentOnlyMode.test.js:8:1)
159
149
160
150
● block with concurrent › .add(2, 1)
@@ -164,14 +154,12 @@ exports[`works with concurrent and only mode 1`] = `
164
154
15 | });
165
155
16 |
166
156
> 17 | test.concurrent.only.failing.each([
167
- | ^
157
+ | ^
168
158
18 | { a : 1 , b : 1 , expected : 2 } ,
169
159
19 | { a : 1 , b : 2 , expected : 3 } ,
170
160
20 | { a : 2 , b : 1 , expected : 3 } ,
171
161
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)
175
163
at Object.describe (__tests__/worksWithConcurrentOnlyMode.test.js:8:1)"
176
164
` ;
177
165
@@ -225,14 +213,12 @@ exports[`works with concurrent mode 1`] = `
225
213
15 | });
226
214
16 |
227
215
> 17 | test.concurrent.failing.each([
228
- | ^
216
+ | ^
229
217
18 | { a : 1 , b : 1 , expected : 2 } ,
230
218
19 | { a : 1 , b : 2 , expected : 3 } ,
231
219
20 | { a : 2 , b : 1 , expected : 3 } ,
232
220
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)
236
222
at Object.describe (__tests__/worksWithConcurrentMode.test.js:8:1)
237
223
238
224
● block with concurrent › .add(1, 2)
@@ -242,14 +228,12 @@ exports[`works with concurrent mode 1`] = `
242
228
15 | });
243
229
16 |
244
230
> 17 | test.concurrent.failing.each([
245
- | ^
231
+ | ^
246
232
18 | { a : 1 , b : 1 , expected : 2 } ,
247
233
19 | { a : 1 , b : 2 , expected : 3 } ,
248
234
20 | { a : 2 , b : 1 , expected : 3 } ,
249
235
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)
253
237
at Object.describe (__tests__/worksWithConcurrentMode.test.js:8:1)
254
238
255
239
● block with concurrent › .add(2, 1)
@@ -259,14 +243,12 @@ exports[`works with concurrent mode 1`] = `
259
243
15 | });
260
244
16 |
261
245
> 17 | test.concurrent.failing.each([
262
- | ^
246
+ | ^
263
247
18 | { a : 1 , b : 1 , expected : 2 } ,
264
248
19 | { a : 1 , b : 2 , expected : 3 } ,
265
249
20 | { a : 2 , b : 1 , expected : 3 } ,
266
250
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)
270
252
at Object.describe (__tests__/worksWithConcurrentMode.test.js:8:1)"
271
253
` ;
272
254
@@ -300,14 +282,12 @@ exports[`works with only mode 1`] = `
300
282
13 | });
301
283
14 |
302
284
> 15 | it.only.failing.each([
303
- | ^
285
+ | ^
304
286
16 | { a : 1 , b : 1 , expected : 2 } ,
305
287
17 | { a : 1 , b : 2 , expected : 3 } ,
306
288
18 | { a : 2 , b : 1 , expected : 3 } ,
307
289
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)
311
291
at Object.describe (__tests__/worksWithOnlyMode.test.js:10:1)
312
292
313
293
● block with only, should pass › .add(1, 2)
@@ -317,14 +297,12 @@ exports[`works with only mode 1`] = `
317
297
13 | });
318
298
14 |
319
299
> 15 | it.only.failing.each([
320
- | ^
300
+ | ^
321
301
16 | { a : 1 , b : 1 , expected : 2 } ,
322
302
17 | { a : 1 , b : 2 , expected : 3 } ,
323
303
18 | { a : 2 , b : 1 , expected : 3 } ,
324
304
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)
328
306
at Object.describe (__tests__/worksWithOnlyMode.test.js:10:1)
329
307
330
308
● block with only, should pass › .add(2, 1)
@@ -334,14 +312,12 @@ exports[`works with only mode 1`] = `
334
312
13 | });
335
313
14 |
336
314
> 15 | it.only.failing.each([
337
- | ^
315
+ | ^
338
316
16 | { a : 1 , b : 1 , expected : 2 } ,
339
317
17 | { a : 1 , b : 2 , expected : 3 } ,
340
318
18 | { a : 2 , b : 1 , expected : 3 } ,
341
319
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)
345
321
at Object.describe (__tests__/worksWithOnlyMode.test.js:10:1)
346
322
347
323
● block with only, should fail › failing passes = fails, should fail
0 commit comments