diff --git a/tests/utils/mock.ts b/tests/utils/mock.ts index 4cf69c2..aa311ca 100644 --- a/tests/utils/mock.ts +++ b/tests/utils/mock.ts @@ -3,7 +3,7 @@ import type { Request, Response } from "@tinyhttp/app" import { parse } from "@tinyhttp/cookie" import { cookieParser, signedCookie } from "@tinyhttp/cookie-parser" /* eslint-disable @typescript-eslint/no-unsafe-assignment */ -import { assert } from "chai" +import { assert } from "vitest" import { COOKIE_SECRET, HEADER_KEY } from "./constants.js" import { getCookieFromRequest, getCookieValueFromResponse } from "./helpers.js"