| 1 | import { mockGitHubCloudAccount } from '../../__mocks__/account-mocks'; |
| 2 | import { mockGitifyNotification } from '../../__mocks__/notifications-mocks'; |
| 3 | |
| 4 | import type { GitifySubject, Link, SubjectType } from '../../types'; |
nothing calls this directly
no test coverage detected