Change build system
Lint / lint (push) Failing after 40s

This commit is contained in:
Julien Valverdé
2026-07-25 23:47:16 +02:00
parent 3533fa0c84
commit 65e90325d0
26 changed files with 78 additions and 48 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ import { defineConfig } from "vitest/config"
export default defineConfig({
test: {
environment: "jsdom",
include: ["test/**/*.test.ts?(x)"],
include: ["./src/**/*.test.ts?(x)"],
},
})