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(database): simplify client DB test mocks to align with upstream
- Remove complex global mocks and use simple vi.mock() strategy
- Align mock approach with upstream/main implementation
- Fix "g.setup is not a function" error in PGlite tests
- Maintain test functionality while reducing mock complexity
✅ Resolves unhandled rejection in client DB tests
0 commit comments