switch from jest to vitest

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-02-27 18:24:25 +01:00
parent 206b75dbd2
commit 48428700fb
9 changed files with 1178 additions and 3150 deletions

View File

@@ -14,6 +14,6 @@
"exclude": [
"node_modules",
"**/*.test.ts",
"jest.config.ts"
"vitest.config.ts"
]
}