Skip to content

Commit f9e2b70

Browse files
committed
refactor: mark jest-environment-jsdom as peer dependency
BREAKING CHANGE - `jsdom` dep is now mandatory peer dependency. Users are required to install `jsdom` explicitly - `jest-environment-jsdom` is now mandatory dependency. Users are required to install `jest-environment-jsdom` explicitly
1 parent 7e2f7f3 commit f9e2b70

File tree

10 files changed

+1189
-30
lines changed

10 files changed

+1189
-30
lines changed

examples/example-app-monorepo/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@types/jest": "^30.0.0",
3636
"@types/node": "^22.16.5",
3737
"jest": "^30.0.5",
38+
"jest-environment-jsdom": "^30.0.4",
3839
"jest-preset-angular": "^14.6.1",
3940
"ng-packagr": "^20.1.0",
4041
"ts-jest": "^29.4.0",

0 commit comments

Comments
 (0)