Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ mockAuth0ValidEmail
Function
mockAuth0ValidEmail
api/src/routes/public/auth.test.ts:24–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
});
23
24
const
mockAuth0ValidEmail = () => ({
25
ok: true,
26
json: () => ({ email: newUserEmail })
27
});
28
29
vi.mock(
'../../utils/env'
,
async
() => {
30
const
actual =
Callers
1
auth.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected