We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedb06f commit d959814Copy full SHA for d959814
src/renderer/context/App.test.tsx
@@ -55,8 +55,6 @@ describe('renderer/context/App.tsx', () => {
55
const markNotificationsAsDoneMock = jest.fn();
56
const unsubscribeNotificationMock = jest.fn();
57
58
- // Removed unused zoomTimeout
59
-
60
const saveStateSpy = jest
61
.spyOn(storage, 'saveState')
62
.mockImplementation(jest.fn());
0 commit comments