Skip to content

Commit

Permalink
feat: better support shadow dom queries (#45)
Browse files Browse the repository at this point in the history
Upgrade @testing-library/dom to better support shadow dom queries

@testing-library/dom v7 has an issue querying for elements with
aria-labels contained in a shadow dom.
  • Loading branch information
segovia authored Oct 27, 2022
1 parent 8274749 commit cb6993e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.4.3",
"@testing-library/dom": "^7.0.4",
"@testing-library/dom": "^8.17.1",
"simmerjs": "^0.5.6"
},
"peerDependencies": {
Expand Down

0 comments on commit cb6993e

Please sign in to comment.