Skip to content

Commit 06be329

Browse files
committed
feat: update DOM Testing Library to latest
BREAKING CHANGE: This updates @testing-library/dom, please check the changelog for the most recent version of that package to know whether you are impacted by these changes.
1 parent e95fa1f commit 06be329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"license": "MIT",
4343
"dependencies": {
4444
"@babel/runtime": "^7.8.4",
45-
"@testing-library/dom": "^6.15.0",
45+
"@testing-library/dom": "beta",
4646
"@types/testing-library__cypress": "^5.0.3"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)