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.
2 parents 48a46de + f144415 commit 2bc6483Copy full SHA for 2bc6483
package.json
@@ -19,7 +19,7 @@
19
"test": "jest --coverage --testPathIgnorePatterns test/integration/",
20
"test:ci": "npm test -- --ci",
21
"test:module": "node --experimental-modules test/module/index.mjs",
22
- "test:integration": "npm run build && jest test/integration/",
+ "test:integration": "npm run build && jest --env=jsdom test/integration/",
23
"test:watch": "npm test -- --watch"
24
},
25
"repository": {
@@ -55,7 +55,7 @@
55
"eslint": "^7.24.0",
56
"eslint-plugin-prettier": "^3.4.0",
57
"husky": "^6.0.0",
58
- "jest": "^26.6.3",
+ "jest": "^27.0.4",
59
"lint-staged": "^11.0.0",
60
"pinst": "^2.1.6",
61
"preact": "^10.5.13",
0 commit comments