Skip to content

Commit

Permalink
Refactored selector API to support multiple types
Browse files Browse the repository at this point in the history
Selectors can now be: React component, accessibility role, display text, or data-testname.
  • Loading branch information
Brian Vaughn committed Apr 14, 2020
1 parent 774c7ec commit cb35077
Show file tree
Hide file tree
Showing 10 changed files with 600 additions and 347 deletions.
1 change: 1 addition & 0 deletions packages/react-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"homepage": "https://reactjs.org/",
"dependencies": {
"dom-accessibility-api": "^0.4.3",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"scheduler": "^0.19.0"
Expand Down

0 comments on commit cb35077

Please sign in to comment.