Commit a58711b
test: fix promise-watcher test unhandled rejections in Ava 6
The test intentionally creates unhandled rejections to validate promise watcher behavior. Added handler to prevent Ava 6 from killing the process when these expected unhandled rejections occur.
Co-authored-by: turadg <21505+turadg@users.noreply.github.com>1 parent d08fd58 commit a58711b
File tree
1 file changed
+7
-1
lines changed- packages/SwingSet/test/promise-watcher
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments