mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
12 lines
725 B
Markdown
12 lines
725 B
Markdown
# JavaScript Integration testing for React Native
|
|
|
|
> The more your tests resemble the way your software is used, the more confidence they can give you.<br/>— Kent C. Dodds
|
|
|
|
[Quick Start](/docs/start/quick-start) | [Explore API](/docs/api)
|
|
|
|
## Features
|
|
|
|
- <img src="/react-native-testing-library/img/icon-code.svg" width="36" /> **Maintainable**: Write maintainable tests for your React Native apps.
|
|
- <img src="/react-native-testing-library/img/icon-check-double.svg" width="36" /> **Reliable**: Promotes testing public APIs and avoiding implementation details.
|
|
- <img src="/react-native-testing-library/img/icon-users.svg" width="36" /> **Community Driven**: Supported by React Native community and its core contributors.
|