Commit c31253f
chore: allow expected unhandled rejections in tests
Error handling tests intentionally trigger unhandled rejections
to verify the catch block behavior. This flag prevents Vitest
from failing the test run due to these expected errors.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 0d2f472 commit c31253f
1 file changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 14 | + | |
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
| |||
33 | 28 | | |
34 | 29 | | |
35 | 30 | | |
| 31 | + | |
| 32 | + | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
| |||
0 commit comments