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