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

Function randomEmail

apps/web/server/routers/accounts.test.ts:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17const mockSend = jest.spyOn(InviteToJoinMailer, 'send').mockImplementation();
18const random = () => 's' + (Math.random() + 1).toString(36).substring(2);
19const randomEmail = () => random() + '@' + random() + '.com';
20
21describe('accounts endpoints', () => {
22 const store = {

Callers 1

accounts.test.tsFile · 0.70

Calls 1

randomFunction · 0.70

Tested by

no test coverage detected