Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
jest.mock(
'mailers/ApplicationMailer'
);
12
13
const
randomEmail = () => `${v4()}@${v4()}.com`;
14
15
describe(
'auth'
, () => {
16
describe(
'#create'
, () => {
Callers
1
auth.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected