Skip to content

docs: add an in-depth RNTL guide link to the Getting Started page #1556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 2 additions & 0 deletions website/docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ test('form submits two answers', () => {
```

You can find the source of the `QuestionsBoard` component and this example [here](https://github.com/callstack/react-native-testing-library/blob/main/src/__tests__/questionsBoard.test.tsx).

If you want to learn from more examples on how to write tests with code, how to set up `Jest` config for RNTL, how to do `mocking` with RNTL, common errors in Jest config, and much more, then check out this [**guide**](https://github.com/anisurrahman072/React-Native-Advanced-Guide/blob/master/Testing/RNTL-Component-Testing-ultimate-guide.md).