Skip to content

Commit

Permalink
feat: update @testing-library/dom
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The latest version of DOM Testing Library has several breaking changes you will want to review the changelog of DOM Testing Library to ensure you are uneffected.
  • Loading branch information
kentcdodds committed Mar 4, 2020
1 parent 35522b1 commit 9d0738f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.8.4",
"@testing-library/dom": "^6.15.0",
"@testing-library/dom": "beta",
"@types/testing-library__react": "^9.1.2"
},
"devDependencies": {
Expand Down

0 comments on commit 9d0738f

Please sign in to comment.