From eb20f48d987e26cfa64c3c2736a802e7d9efde65 Mon Sep 17 00:00:00 2001 From: HIDORAKAI002 Date: Thu, 25 Jun 2026 16:17:43 +0530 Subject: [PATCH] docs: remove mention of deprecated \jest-native\ in testing docs (Fixes #1335) --- versioned_docs/version-6.x/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-6.x/testing.md b/versioned_docs/version-6.x/testing.md index eb8cc4529f2..80f9ef0e1eb 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: