This repository was archived by the owner on Sep 1, 2024. It is now read-only.
Commit 9cfb501
committed
Handle new "focused" test status in Jest 29.4
Jest 29.4 distinguishes between tests that pass when they're the
only ones that run and those that pass when all tests run. For
Unflakable, both cases are considered test passes (see
jestjs/jest#13700).1 parent 19bb764 commit 9cfb501
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | | - | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| 90 | + | |
| 91 | + | |
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
| |||
0 commit comments