diff --git a/src/utils/github-api.test.ts b/src/utils/github-api.test.ts index 73a7ef442..c229d0f98 100644 --- a/src/utils/github-api.test.ts +++ b/src/utils/github-api.test.ts @@ -31,6 +31,9 @@ describe('./utils/github-api.ts', () => { 'GitPullRequestIcon', ); expect(getNotificationTypeIcon('Release').displayName).toBe('TagIcon'); + expect(getNotificationTypeIcon('RepositoryInvitation').displayName).toBe( + 'MailIcon', + ); expect( getNotificationTypeIcon('RepositoryVulnerabilityAlert').displayName, ).toBe('AlertIcon');