From 4ca38c8766a846908972c3111a1afd8fcada79ec Mon Sep 17 00:00:00 2001 From: Jan Jaworski Date: Thu, 2 Jan 2025 23:43:03 +0100 Subject: [PATCH] Remove mention of jest-native in testing docs --- versioned_docs/version-7.x/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-7.x/testing.md b/versioned_docs/version-7.x/testing.md index 07b86a0e892..fe1ed2f8443 100644 --- a/versioned_docs/version-7.x/testing.md +++ b/versioned_docs/version-7.x/testing.md @@ -58,7 +58,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: