Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ fakeEmail
Function
fakeEmail
apps/web/__tests__/invites.test.ts:29–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
import
{ createCSRFToken } from
'@linen/auth-server/server'
;
28
29
const
fakeEmail = () => `${v4()}@linen.dev`;
30
31
const
acceptInviteMock = jest.spyOn(invitesServices,
'acceptInvite'
);
32
Callers
1
invites.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected