Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ csrf.test.ts
File
csrf.test.ts
api/src/plugins/csrf.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, test, expect, beforeEach, vi } from
'vitest'
;
2
import
Fastify, {
type
FastifyInstance } from
'fastify'
;
3
4
import
{ COOKIE_DOMAIN } from
'../utils/env.js'
;
Callers
nothing calls this directly
Calls
1
setupServer
Function · 0.70
Tested by
no test coverage detected