Skip to content

Commit c81409e

Browse files
committed
fix(config/jest): add jest-environment-jsdom as a dependency
Jest no longer bundles it as of 28.x... which makes sense as installing JSDOM when we're using the default `testEnvironment` (`node`) is pretty silly. For now I'm opting to continue bundling it for the sake of simplicity, but we should probably consider modularizing @hover/javascript in the future.
1 parent be54bb5 commit c81409e

File tree

2 files changed

+483
-13
lines changed

2 files changed

+483
-13
lines changed

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"glob": "^8.0.3",
8484
"is-ci": "^3.0.1",
8585
"jest": "^29.0.2",
86+
"jest-environment-jsdom": "^29.0.3",
8687
"jest-github-actions-reporter": "^1.0.3",
8788
"jest-watch-typeahead": "^2.1.1",
8889
"lint-staged": "^12.3.4",

0 commit comments

Comments
 (0)