Skip to content

Commit

Permalink
Use happy-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Mar 3, 2024
1 parent d000f2e commit e26c895
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 21 deletions.
105 changes: 86 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"eslint-config-xmtp-web": "^1.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-prettier": "^5.1.3",
"jsdom": "^24.0.0",
"happy-dom": "^13.6.2",
"patch-package": "^8.0.0",
"postcss": "^8.4.21",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
globals: true,
environment: "jsdom",
environment: "happy-dom",
},
});

0 comments on commit e26c895

Please sign in to comment.