MCPcopy 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

27import { createCSRFToken } from '@linen/auth-server/server';
28
29const fakeEmail = () => `${v4()}@linen.dev`;
30
31const acceptInviteMock = jest.spyOn(invitesServices, 'acceptInvite');
32

Callers 1

invites.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected