Skip to content

Commit 4892f56

Browse files
build(package): save jest-environment-jsdom to devDependencies
As of Jest 28 "jest-environment-jsdom" is no longer shipped by default, make sure to install it separately. https://jestjs.io/docs/upgrading-to-jest28#jsdom
1 parent 9d10a7a commit 4892f56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"eslint-plugin-prettier": "4.0.0",
6464
"husky": "8.0.1",
6565
"jest": "28.1.0",
66+
"jest-environment-jsdom": "28.1.0",
6667
"lint-staged": "12.4.1",
6768
"pinst": "3.0.0",
6869
"preact": "10.7.2",

0 commit comments

Comments
 (0)