switch from jest to vitest

Signed-off-by: CrazyMax <[email protected]>
This commit is contained in:
CrazyMax
2026-02-28 02:05:29 +01:00
parent 7e10951aea
commit 4fda753335
9 changed files with 1140 additions and 3096 deletions
+1 -1
View File
@@ -16,6 +16,6 @@
"./__tests__/**/*",
"./lib/**/*",
"node_modules",
"jest.config.ts"
"vitest.config.ts"
]
}