More tests

This commit is contained in:
Ticruz
2025-02-04 13:21:23 +01:00
committed by Jon Staab
parent 191cdbc098
commit 8c638a7d8f
28 changed files with 3781 additions and 40 deletions
+1
View File
@@ -4,6 +4,7 @@ import {defineConfig} from "vitest/config"
export default defineConfig({
test: {
environment: "happy-dom",
setupFiles: "./vitest.setup.ts",
include: ["packages/**/*.test.ts"],
coverage: {
provider: "v8",