Commit e4c7471
committed
test(fix): use Promise.allSettled for test cleanup
Convert afterEach cleanup to use Promise.allSettled to ensure all
cleanup functions run even if one fails. This prevents test pollution
when cleanup operations fail.1 parent eaaa2ae commit e4c7471
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments