Skip to content

Commit

Permalink
chore: replace import from chai with import from vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Jul 16, 2024
1 parent 1fd26e3 commit 71d2a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 71d2a44

Please sign in to comment.