vitest implementation

This commit is contained in:
2026-03-16 18:38:15 +01:00
parent 2173ad6abf
commit ecb25ee322
70 changed files with 3560 additions and 1067 deletions

7
vitest-base.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import {defineConfig} from 'vitest/config';
export default defineConfig({
test: {
globals: true,
},
});