MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / randomEmail

Function randomEmail

apps/web/__tests__/pages/api/auth.test.ts:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11jest.mock('mailers/ApplicationMailer');
12
13const randomEmail = () => `${v4()}@${v4()}.com`;
14
15describe('auth', () => {
16 describe('#create', () => {

Callers 1

auth.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected