Skip to content

Commit

Permalink
chore(examples): remove deprecated dependency from with-jest (#56152)
Browse files Browse the repository at this point in the history
Fixes #56151
Tests added: none
Errors: https://ibb.co/MnTDChy

@testing-library/jest-dom provides its own type definitions

@types/testing-library__jest-dom has been deprecated 
ref: https://www.npmjs.com/package/@types/testing-library__jest-dom
  • Loading branch information
Loki899899 committed Sep 29, 2023
1 parent 741114a commit a623685
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/with-jest/package.json
Expand Up @@ -18,7 +18,6 @@
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/react": "18.2.21",
"@types/testing-library__jest-dom": "6.0.0",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"typescript": "5.2.2"
Expand Down

0 comments on commit a623685

Please sign in to comment.