Files
lobehub/apps
Innei 56fe3d33bc 🐛 fix: restore getBounds mock in Browser test beforeEach (#11254)
Fix failing close event handling tests by restoring the getBounds mock
return value in beforeEach after vi.clearAllMocks(). The issue occurred
because clearAllMocks() removed the getBounds mock behavior set during
hoisting, causing x and y coordinates to be undefined instead of 0.
2026-01-05 20:25:32 +08:00
..