Skip to content

Commit 5456cf7

Browse files
canovajulienw
authored andcommitted
Add the missing jest-environment-jsdom package
This package was previously included in the jest package but it's no longer included. That's why we need to add it as a dependency.
1 parent a5a9be1 commit 5456cf7

File tree

2 files changed

+356
-22
lines changed

2 files changed

+356
-22
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"history": "~5.3.0",
8181
"html-webpack-plugin": "~5.5.0",
8282
"jest": "~28.0.3",
83+
"jest-environment-jsdom": "^28.1.0",
8384
"mini-css-extract-plugin": "^2.6.0",
8485
"prop-types": "~15.8.1",
8586
"react": "~18.1.0",

0 commit comments

Comments
 (0)