chore: add tests

This commit is contained in:
Julien Calixte
2026-06-06 22:13:14 +02:00
parent 8a8509a0f3
commit 1a2d8f4ebf
23 changed files with 1943 additions and 3 deletions

8
src/test/setup.ts Normal file
View File

@@ -0,0 +1,8 @@
import { config } from "@vue/test-utils"
config.global.stubs = {
"router-link": true,
"router-view": true,
transition: false,
"transition-group": false
}