switch from jest to vitest

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2026-02-28 15:48:21 +01:00
parent a60f0f62b5
commit d5be006250
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4
14 changed files with 1450 additions and 3493 deletions

View file

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