MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / classroom.test.ts

File classroom.test.ts

api/src/routes/apps/classroom.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, test, expect, afterEach, vi } from 'vitest';
2
3vi.mock('../../utils/env', async importOriginal => {
4 const actual = await importOriginal<typeof import('../../utils/env.js')>();

Callers

nothing calls this directly

Calls 6

resetDefaultUserFunction · 0.85
requestFunction · 0.85
createUserInputFunction · 0.85
postFunction · 0.70
setupServerFunction · 0.50
sendMethod · 0.45

Tested by

no test coverage detected