Commit 0c25603
fix: add early return in pairing beforeAll/afterAll to prevent execution
beforeAll/afterAll run even when tests are skipped via beforeEach.
Add early returns to prevent the hooks from executing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent cb85695 commit 0c25603
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments