Skip to content

Commit 5679db0

Browse files
committed
maint(Build): Compatibility with Jest 28.
Add jest-environment-jsdom as of jest 28 that isn't shipped anymore by default.
1 parent 4ac079f commit 5679db0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"imports-loader": "^3.1.0",
5959
"inspectpack": "^4.7.1",
6060
"jest": "^28.1.0",
61+
"jest-environment-jsdom": "^28.1.0",
6162
"jest-raw-loader": "^1.0.1",
6263
"jest-watch-typeahead": "^1.1.0",
6364
"prettier": "^2.6.2",

0 commit comments

Comments
 (0)