MCPcopy
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

13const newUserEmail = 'a.n.random@user.com';
14
15const mockAuth0NotOk = () => ({
16 ok: false
17});
18
19const mockAuth0InvalidEmail = () => ({
20 ok: true,

Callers 1

auth.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected