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 13:48:50 +01:00
parent e79596b1b4
commit e2b402d143
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4
9 changed files with 1137 additions and 3197 deletions

View file

@ -16,6 +16,6 @@
"./__tests__/**/*",
"./lib/**/*",
"node_modules",
"jest.config.ts"
"vitest.config.ts"
]
}