chore: fix and migrate unit tests to vitest
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { describe, expect, test } from "@jest/globals"
|
||||
import { describe, expect, test } from "vitest"
|
||||
import { z } from "zod"
|
||||
|
||||
import { parseSearchParams, serializeSearchParams } from "./searchParams"
|
||||
|
||||
Reference in New Issue
Block a user