Skip to content

Commit a275d05

Browse files
committed
refactor: notification handlers
Signed-off-by: Adam Setch <[email protected]>
1 parent 7f213dc commit a275d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/utils/notifications/notifications.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import * as logger from '../../../shared/logger';
44
import { mockSingleAccountNotifications } from '../../__mocks__/notifications-mocks';
55
import { partialMockNotification } from '../../__mocks__/partial-mocks';
66
import { mockSettings } from '../../__mocks__/state-mocks';
7+
import type { Link } from '../../types';
78
import type { Repository } from '../../typesGitHub';
89
import { enrichNotification, getNotificationCount } from './notifications';
9-
import { Link } from '../../types';
1010

1111
describe('renderer/utils/notifications/notifications.ts', () => {
1212
afterEach(() => {

0 commit comments

Comments
 (0)