Skip to content

Commit 9d0738f

Browse files
committed
feat: update @testing-library/dom
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.
1 parent 35522b1 commit 9d0738f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"license": "MIT",
4747
"dependencies": {
4848
"@babel/runtime": "^7.8.4",
49-
"@testing-library/dom": "^6.15.0",
49+
"@testing-library/dom": "beta",
5050
"@types/testing-library__react": "^9.1.2"
5151
},
5252
"devDependencies": {

0 commit comments

Comments
 (0)