Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ donate.test.ts
File
donate.test.ts
api/src/routes/public/donate.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, test, expect, beforeAll, vi } from
'vitest'
;
2
import
{ setupServer, superRequest } from
'../../../vitest.utils.js'
;
3
4
const
testEWalletEmail =
'baz@bar.com'
;
Callers
nothing calls this directly
Calls
4
superRequest
Function · 0.85
generateMockSubCreate
Function · 0.70
setupServer
Function · 0.50
send
Method · 0.45
Tested by
no test coverage detected