switch from jest to vitest

Signed-off-by: CrazyMax <[email protected]>
This commit is contained in:
CrazyMax
2026-02-28 09:58:00 +01:00
parent 7c525be6cc
commit 70d132ddbe
9 changed files with 1134 additions and 3208 deletions
+1 -1
View File
@@ -16,6 +16,6 @@
"./__tests__/**/*",
"./lib/**/*",
"node_modules",
"jest.config.ts"
"vitest.config.ts"
]
}