Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
const
randomEmail = () =>
2
`test_${Math.random().toString(36).substring(7)}@example.com`
3
4
export
const
randomTeamName = () =>
5
`Team ${Math.random().toString(36).substring(7)}`
Callers
5
items.spec.ts
File · 0.90
admin.spec.ts
File · 0.90
user-settings.spec.ts
File · 0.90
reset-password.spec.ts
File · 0.90
sign-up.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected