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 <[email protected]>