MCPcopy Index your code
hub / github.com/gitify-app/gitify / mockGitifyNotificationUser

Function mockGitifyNotificationUser

src/renderer/__mocks__/user-mocks.ts:10–19  ·  view source on GitHub ↗
(
  login: string,
)

Source from the content-addressed store, hash-verified

8};
9
10export function mockGitifyNotificationUser(
11 login: string,
12): GitifyNotificationUser {
13 return {
14 login: login,
15 htmlUrl: `https://github.com/${login}` as Link,
16 avatarUrl: 'https://avatars.githubusercontent.com/u/583231?v=4' as Link,
17 type: 'User',
18 };
19}

Callers 1

links.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected