Replaced jsdom with happy-dom
This commit is contained in:
parent
278528b5de
commit
1dece38124
6 changed files with 146 additions and 33 deletions
|
|
@ -6,7 +6,7 @@ export default mergeConfig(
|
|||
viteConfig,
|
||||
defineConfig({
|
||||
test: {
|
||||
environment: "jsdom",
|
||||
environment: "happy-dom",
|
||||
exclude: [...configDefaults.exclude, "e2e/**"],
|
||||
root: fileURLToPath(new URL("./", import.meta.url)),
|
||||
reporters: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue