mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
61359c70e6
* feat: Add alias accessibilityLabel queries to assist in migrating from @testing-library/react-native * feat: Add alias accessibilityHint queries to assist in migrating from @testing-library/react-native * feat: Add alias accessibilityRole queries to assist in migrating from @testing-library/react-native * feat: Add to A11yAPI types to include the newly-aliased queries for label, hint, and role * test: Add tests for newly-aliased label, hint, and role a11y queries * test: Add newly-alised a11y queries to the index typings test file * docs: Add query aliases for testing library migrators to Queries documentation * test: Consolidate aliased query tests into shared tests. FIXME's where there are errors * test: Update a11yAPI tests to assert referential equality for query aliases * refactor: apply Prettier formatting to a11yAPI test file * fix: address typos in CONTRIBUTING.md * test: Separate referential quality assertion tests for query aliases into their own tests Co-authored-by: Ryan Wessel <rwessel@dataminr.com>