You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve all failing tests in split-app (1544 passing)
- Fix TDZ bugs in page.tsx: move hasUserInteracted state before first
use, add missing useInvoiceCollaboration hook call, remove duplicate
InstallmentPlanBuilder import
- Fix FormField to cloneElement only the first child so CursorOverlay
siblings don't cause "Element type is invalid" crashes
- Fix DisputePanel aria-label mismatch and shared mock client (vi.hoisted)
so voteDispute/addDisputeEvidence assertions pass
- Mock CSRF middleware in API route tests to stop 403 rejections
- Fix IPFS: read API key dynamically, correct error message, valid CIDv0
- Fix expirySnooze until-tomorrow to use 8 AM instead of midnight
- Fix DeadlineCountdown tooltip to format dates in UTC
- Add resolveRounding export to useSplitCalculator
- Fix vi.mock hoisting and global.window mutation in several test files
- Fix DisputeTimeline actor text query to use element.textContent
- Add CSRF_SECRET to test setup
0 commit comments