From 73f78e4b7236c03b192493592f9eb9c879f9c997 Mon Sep 17 00:00:00 2001 From: Yuta Tezuka Date: Thu, 24 Oct 2024 23:07:39 +0900 Subject: [PATCH] fix: correct a broken link about React Native --- docs/MoreResources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MoreResources.md b/docs/MoreResources.md index a53696153a7b..9c3145d8456a 100644 --- a/docs/MoreResources.md +++ b/docs/MoreResources.md @@ -15,7 +15,7 @@ By now you should have a good idea of how Jest can help you test your applicatio ## Learn by example -You will find a number of example test cases in the [`examples`](https://github.com/jestjs/jest/tree/main/examples) folder on GitHub. You can also learn from the excellent tests used by the [React](https://github.com/facebook/react/tree/main/packages/react/src/__tests__), [Relay](https://github.com/facebook/relay/tree/main/packages/react-relay/__tests__), and [React Native](https://github.com/facebook/react-native/tree/main/Libraries/Animated/__tests__) projects. +You will find a number of example test cases in the [`examples`](https://github.com/jestjs/jest/tree/main/examples) folder on GitHub. You can also learn from the excellent tests used by the [React](https://github.com/facebook/react/tree/main/packages/react/src/__tests__), [Relay](https://github.com/facebook/relay/tree/main/packages/react-relay/__tests__), and [React Native](https://github.com/facebook/react-native/tree/main/packages/react-native/Libraries/Animated/__tests__) projects. ## Join the community