Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ mockAuth0InvalidEmail
Function
mockAuth0InvalidEmail
api/src/routes/public/auth.test.ts:19–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
});
18
19
const
mockAuth0InvalidEmail = () => ({
20
ok: true,
21
json: () => ({ email:
'invalid-email'
})
22
});
23
24
const
mockAuth0ValidEmail = () => ({
25
ok: true,
Callers
1
auth.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected