MCPcopy 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

1import { describe, test, expect, beforeAll, vi } from 'vitest';
2import { setupServer, superRequest } from '../../../vitest.utils.js';
3
4const testEWalletEmail = 'baz@bar.com';

Callers

nothing calls this directly

Calls 4

superRequestFunction · 0.85
generateMockSubCreateFunction · 0.70
setupServerFunction · 0.50
sendMethod · 0.45

Tested by

no test coverage detected