Skip to content

Commit d959814

Browse files
committed
chore: remove stray comment
Signed-off-by: Adam Setch <[email protected]>
1 parent eedb06f commit d959814

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/renderer/context/App.test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ describe('renderer/context/App.tsx', () => {
5555
const markNotificationsAsDoneMock = jest.fn();
5656
const unsubscribeNotificationMock = jest.fn();
5757

58-
// Removed unused zoomTimeout
59-
6058
const saveStateSpy = jest
6159
.spyOn(storage, 'saveState')
6260
.mockImplementation(jest.fn());

0 commit comments

Comments
 (0)