Add tests
Lint / lint (push) Successful in 47s

This commit is contained in:
Julien Valverdé
2026-06-07 14:51:18 +02:00
parent 721ab7d736
commit ea0108650b
4 changed files with 411 additions and 16 deletions
+9
View File
@@ -0,0 +1,9 @@
import { defineConfig } from "vitest/config"
export default defineConfig({
test: {
environment: "jsdom",
include: ["test/**/*.test.ts?(x)"],
},
})