update vitest to v4

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-02-27 11:53:46 +01:00
parent aa6e45fd98
commit 1b45318512
6 changed files with 143 additions and 310 deletions

View File

@@ -23,7 +23,6 @@ export default defineConfig({
setupFiles: ['./__tests__/.setup/setup.unit.ts'],
include: ['**/*.test.ts'],
coverage: {
all: true,
provider: 'v8',
reporter: ['clover'],
include: ['src/**/*.ts'],