We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e436f7 commit 6cf4075Copy full SHA for 6cf4075
packages/react-clock/package.json
@@ -65,7 +65,7 @@
65
"cpy-cli": "^5.0.0",
66
"eslint": "^8.26.0",
67
"eslint-config-wojtekmaj": "^0.9.0",
68
- "jsdom": "^21.1.0",
+ "happy-dom": "^12.6.0",
69
"nodemon": "^3.0.0",
70
"prettier": "^3.0.0",
71
"react": "^18.2.0",
packages/react-clock/vitest.config.ts
@@ -2,7 +2,7 @@ import { defineConfig } from 'vitest/config';
2
3
export default defineConfig({
4
test: {
5
- environment: 'jsdom',
+ environment: 'happy-dom',
6
setupFiles: 'vitest.setup.ts',
7
watch: false,
8
},
0 commit comments