MCPcopy
hub / github.com/fastapi/full-stack-fastapi-template / randomEmail

Function randomEmail

frontend/tests/utils/random.ts:1–2  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export const randomEmail = () =>
2 `test_${Math.random().toString(36).substring(7)}@example.com`
3
4export const randomTeamName = () =>
5 `Team ${Math.random().toString(36).substring(7)}`

Callers 5

items.spec.tsFile · 0.90
admin.spec.tsFile · 0.90
sign-up.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected