Commit 39ae05a
[test optimization] Fix
Resolves the TODO at jest.spec.js:2933 — verify that when a new test
retried by Early Flake Detection fails some attempts, the process
exit code remains 0. Also converts the test from done-callback to
async/await style.
Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>jest test assertion (#7774)1 parent c8ff80a commit 39ae05a
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2877 | 2877 | | |
2878 | 2878 | | |
2879 | 2879 | | |
2880 | | - | |
| 2880 | + | |
2881 | 2881 | | |
2882 | 2882 | | |
2883 | 2883 | | |
| |||
2929 | 2929 | | |
2930 | 2930 | | |
2931 | 2931 | | |
2932 | | - | |
2933 | | - | |
2934 | | - | |
2935 | | - | |
2936 | | - | |
2937 | | - | |
| 2932 | + | |
| 2933 | + | |
| 2934 | + | |
| 2935 | + | |
| 2936 | + | |
| 2937 | + | |
2938 | 2938 | | |
2939 | 2939 | | |
2940 | 2940 | | |
| |||
0 commit comments