SHL-01: fix — vitest jsdom-environment + jest-dom-Setup (3 Dialog-Tests schlugen ohne DOM fehl)

This commit is contained in:
sysops
2026-08-28 21:55:34 +02:00
parent 584cefa388
commit 3c226dab12
3 changed files with 11 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
environment: "jsdom",
setupFiles: ["./vitest.setup.ts"],
},
});