Skip to content

Commit 6a623a8

Browse files
docs: update README (#1598)
1 parent accac2f commit 6a623a8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ React Native Testing Library consists of following APIs:
123123

124124
- [`render` function](https://callstack.github.io/react-native-testing-library/docs/render) - render your UI components for testing purposes
125125
- [`screen` object](https://callstack.github.io/react-native-testing-library/docs/screen) - access rendered UI:
126-
- [Queries](https://callstack.github.io/react-native-testing-library/docs/screen#queries) - find rendered components by various predicates: role, text, test ids, etc
126+
- [Queries](https://callstack.github.io/react-native-testing-library/docs/queries) - find rendered components by various predicates: role, text, test ids, etc
127127
- Lifecycle methods: [`rerender`](https://callstack.github.io/react-native-testing-library/docs/screen#rerender), [`unmount`](https://callstack.github.io/react-native-testing-library/docs/screen#unmount)
128128
- Helpers: [`debug`](https://callstack.github.io/react-native-testing-library/docs/screen#debug), [`toJSON`](https://callstack.github.io/react-native-testing-library/docs/screen#tojson), [`root`](https://callstack.github.io/react-native-testing-library/docs/screen#root)
129129
- [Jest matchers](https://callstack.github.io/react-native-testing-library/docs/jest-matchers) - validate assumptions about your UI
130-
- [User Event](https://callstack.github.io/react-native-testing-library/docs/user-event) - simulate common user interactions like [`press`](user-event#press) or [`type`](user-event#type) in a realistic way
130+
- [User Event](https://callstack.github.io/react-native-testing-library/docs/user-event) - simulate common user interactions like [`press`]([user-event](https://callstack.github.io/react-native-testing-library/docs/user-event)#press) or [`type`]([user-event](https://callstack.github.io/react-native-testing-library/docs/user-event)#type) in a realistic way
131131
- [Fire Event](https://callstack.github.io/react-native-testing-library/docs/fire-event) - simulate any component event in a simplified way
132132
- [Other APIs](https://callstack.github.io/react-native-testing-library/docs/other):
133133
- [Async utils](https://callstack.github.io/react-native-testing-library/docs/other#async-utilities): `findBy*` queries, `waitFor`, `waitForElementToBeRemoved`
@@ -138,10 +138,6 @@ React Native Testing Library consists of following APIs:
138138
## Migration Guides
139139

140140
- [Migration to 12.0](https://callstack.github.io/react-native-testing-library/docs/migration-v12)
141-
- [Migration to 11.0](https://callstack.github.io/react-native-testing-library/docs/migration-v11)
142-
- [Migration to 9.0](https://callstack.github.io/react-native-testing-library/docs/migration-v9)
143-
- [Migration to 7.0](https://callstack.github.io/react-native-testing-library/docs/migration-v7)
144-
- [Migration to 2.0](https://callstack.github.io/react-native-testing-library/docs/migration-v2)
145141

146142
## Troubleshooting
147143

0 commit comments

Comments
 (0)