MCPcopy 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
19const mockAuth0InvalidEmail = () => ({
20 ok: true,
21 json: () => ({ email: 'invalid-email' })
22});
23
24const mockAuth0ValidEmail = () => ({
25 ok: true,

Callers 1

auth.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected