We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
with-jest
1 parent c20e21b commit 55a638bCopy full SHA for 55a638b
examples/with-jest-babel/package.json
@@ -16,8 +16,8 @@
16
"@testing-library/jest-dom": "5.16.4",
17
"@testing-library/react": "13.2.0",
18
"@testing-library/user-event": "14.2.0",
19
+ "@types/jest": "29.5.5",
20
"@types/react": "18.0.9",
- "@types/testing-library__jest-dom": "5.14.5",
21
"babel-jest": "28.1.0",
22
"identity-obj-proxy": "3.0.0",
23
"jest": "28.1.0",
examples/with-jest/package.json
@@ -17,6 +17,7 @@
"@testing-library/jest-dom": "6.1.2",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/react": "18.2.21",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
0 commit comments