Skip to content

Commit 4ca38c8

Browse files
authored
Remove mention of jest-native in testing docs
1 parent db23292 commit 4ca38c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-7.x/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you're not using Jest, then you'll need to mock these modules according to th
5858

5959
## Writing tests
6060

61-
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.
61+
We recommend using [React Native Testing Library](https://callstack.github.io/react-native-testing-library/) to write your tests.
6262

6363
Example:
6464

0 commit comments

Comments
 (0)