Files
stack/apps/api/src/federation/utils
Jason Woltje 3c5ca0c2be
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: Resolve unhandled promise rejection in retry.spec.ts
The test "should verify exponential backoff timing" was creating a promise
that rejects but never awaited it, causing an unhandled rejection error.
Changed the test to properly await the promise rejection with expect().rejects.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 12:51:37 -06:00
..