Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ mockAuth0NotOk
Function
mockAuth0NotOk
api/src/routes/public/auth.test.ts:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
const
newUserEmail =
'a.n.random@user.com'
;
14
15
const
mockAuth0NotOk = () => ({
16
ok: false
17
});
18
19
const
mockAuth0InvalidEmail = () => ({
20
ok: true,
Callers
1
auth.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected