Skip to content

Commit ff43936

Browse files
authored
Merge branch 'main' into uncaught-rejection-fix
2 parents 82e419c + 3d04f33 commit ff43936

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- `[expect]` Allow again `expect.Matchers` generic with single value ([#11986](https://github.com/facebook/jest/pull/11986))
88
- `[jest-circus, jest-jasmine2]` Avoid false concurrent test failures due to unhandled promise rejections ([#11987](https://github.com/facebook/jest/pull/11987))
9+
- `[jest-environment-jsdom]` Add `@types/jsdom` dependency ([#11999](https://github.com/facebook/jest/pull/11999))
910

1011
### Chore & Maintenance
1112

packages/jest-environment-jsdom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"@jest/environment": "^27.3.1",
1818
"@jest/fake-timers": "^27.3.1",
1919
"@jest/types": "^27.2.5",
20+
"@types/jsdom": "^16.2.4",
2021
"@types/node": "*",
2122
"jest-mock": "^27.3.0",
2223
"jest-util": "^27.3.1",
2324
"jsdom": "^16.6.0"
2425
},
2526
"devDependencies": {
26-
"@jest/test-utils": "^27.3.1",
27-
"@types/jsdom": "^16.2.4"
27+
"@jest/test-utils": "^27.3.1"
2828
},
2929
"engines": {
3030
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"

0 commit comments

Comments
 (0)