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 7f213dc commit a275d05Copy full SHA for a275d05
src/renderer/utils/notifications/notifications.test.ts
@@ -4,9 +4,9 @@ import * as logger from '../../../shared/logger';
4
import { mockSingleAccountNotifications } from '../../__mocks__/notifications-mocks';
5
import { partialMockNotification } from '../../__mocks__/partial-mocks';
6
import { mockSettings } from '../../__mocks__/state-mocks';
7
+import type { Link } from '../../types';
8
import type { Repository } from '../../typesGitHub';
9
import { enrichNotification, getNotificationCount } from './notifications';
-import { Link } from '../../types';
10
11
describe('renderer/utils/notifications/notifications.ts', () => {
12
afterEach(() => {
0 commit comments