diff --git a/versioned_docs/version-6.x/testing.md b/versioned_docs/version-6.x/testing.md index eb8cc4529f..80f9ef0e1e 100644 --- a/versioned_docs/version-6.x/testing.md +++ b/versioned_docs/version-6.x/testing.md @@ -55,7 +55,7 @@ If you're not using Jest, then you'll need to mock these modules according to th ## Writing tests -We recommend using [React Native Testing Library](https://callstack.github.io/react-native-testing-library/) along with [`jest-native`](https://github.com/testing-library/jest-native) to write your tests. +We recommend using [React Native Testing Library](https://callstack.github.io/react-native-testing-library/) to write your tests. Example: