Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ React Native Testing Library consists of following APIs:
- [Jest matchers](https://callstack.github.io/react-native-testing-library/docs/jest-matchers) - validate assumptions about your UI
- [User Event](https://callstack.github.io/react-native-testing-library/docs/user-event) - simulate common user interactions like [`press`](https://callstack.github.io/react-native-testing-library/docs/user-event#press) or [`type`](https://callstack.github.io/react-native-testing-library/docs/user-event#type) in a realistic way
- [Fire Event](https://callstack.github.io/react-native-testing-library/docs/fire-event) - simulate any component event in a simplified way
- [`renderHook` function](https://callstack.github.io/react-native-testing-library/docs/render-hook) - render hooks for testing purposes
- [Other APIs](https://callstack.github.io/react-native-testing-library/docs/other):
- [Async utils](https://callstack.github.io/react-native-testing-library/docs/other#async-utilities): `findBy*` queries, `waitFor`, `waitForElementToBeRemoved`
- [Configuration](https://callstack.github.io/react-native-testing-library/docs/other#configuration): `configure`, `resetToDefaults`
Expand Down
1 change: 1 addition & 0 deletions website/docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ React Native Testing Library consists of following APIs:
- [Jest matchers](jest-matchers) - validate assumptions about your UI
- [User Event](user-event) - simulate common user interactions like [`press`](user-event#press) or [`type`](user-event#type) in a realistic way
- [Fire Event](fire-event) - simulate any component event in a simplified way
- [`renderHook` function](render-hook) - render hooks for testing purposes
- [Other APIs](other):
- [Async utils](other#async-utilities): `findBy*` queries, `wait`, `waitForElementToBeRemoved`
- [Configuration](other#configuration): `configure`, `resetToDefaults`
Expand Down
2 changes: 1 addition & 1 deletion website/docs/UserEvent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: user-event
title: User Event interactions
title: User Event
---

:::note
Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ module.exports = {
'render',
'screen',
'queries',
'jest-matchers',
'user-event',
'fire-event',
'jest-matchers',
'render-hook',
'other',
],
Expand Down