Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ signout.test.ts
File
signout.test.ts
api/src/routes/public/signout.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach } from
'vitest'
;
2
import
{ devLogin, setupServer, superRequest } from
'../../../vitest.utils.js'
;
3
4
describe(
'GET /signout'
, () => {
Callers
nothing calls this directly
Calls
3
devLogin
Function · 0.85
superRequest
Function · 0.85
setupServer
Function · 0.50
Tested by
no test coverage detected