Skip to content

Commit eb20f48

Browse files
committed
docs: remove mention of deprecated \jest-native\ in testing docs (Fixes #1335)
1 parent 2637049 commit eb20f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

versioned_docs/version-6.x/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you're not using Jest, then you'll need to mock these modules according to th
5555

5656
## Writing tests
5757

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

6060
Example:
6161

0 commit comments

Comments
 (0)