MCPcopy Index your code
hub / github.com/freeCodeCamp/freeCodeCamp / vitest.utils.test.ts

File vitest.utils.test.ts

api/vitest.utils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, test, expect } from 'vitest';
2import { getCsrfToken, getCookies, serializeDates } from './vitest.utils.js';
3
4const fakeCookies = [

Callers

nothing calls this directly

Calls 4

getCsrfTokenFunction · 0.85
getCookiesFunction · 0.85
serializeDatesFunction · 0.85
isAsymmetricMatcherFunction · 0.85

Tested by

no test coverage detected