test: ajouter Vitest au backend

This commit is contained in:
2026-07-04 09:36:01 +04:00
parent b99b6f2a25
commit 796b4379fd
3 changed files with 453 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
import {defineConfig} from 'vitest/config'
export default defineConfig({
test: {
environment: 'node',
},
})