MCPcopy Index your code
hub / github.com/freeCodeCamp/freeCodeCamp / cookie-update.test.ts

File cookie-update.test.ts

api/src/plugins/cookie-update.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, test, expect, beforeEach, afterEach, vi } from 'vitest';
2import Fastify, { FastifyInstance } from 'fastify';
3import cookies, { type CookieSerializeOptions, sign } from './cookies.js';
4import { cookieUpdate } from './cookie-update.js';

Callers

nothing calls this directly

Calls 2

signFunction · 0.85
setupFunction · 0.70

Tested by

no test coverage detected