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
expect(logInfoSpy).toHaveBeenCalledWith('IDB heal: successfully recovered after backing store error',expect.objectContaining({dbName: expect.any(String)}));
expect(logInfoSpy).toHaveBeenCalledWith('IDB heal: successfully recovered after connection lost error',expect.objectContaining({dbName: expect.any(String)}));
458
458
});
459
459
460
460
it('should stop healing after budget exhausts',async()=>{
0 commit comments