From 28fe250541d2cb7080bbd1c02a6dc8755270620b Mon Sep 17 00:00:00 2001 From: Alireza Ghamkhar Date: Mon, 10 Aug 2020 03:29:57 +0430 Subject: [PATCH] Add new link to External Resources in README.md This is a youtube tutorial on a simple setup and usage for React Native Testing Library & Jest Native --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43728611f..0a7887044 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ The [public API](https://callstack.github.io/react-native-testing-library/docs/a - [Real world extensive examples repo](https://github.com/vanGalilea/react-native-testing) - [Where and how to start testing 🧪 your react-native app ⚛️ and how to keep on testin’](https://blog.usejournal.com/where-and-how-to-start-testing-your-react-native-app-%EF%B8%8F-and-how-to-keep-on-testin-ec3464fb9b41) +- [Intro to React Native Testing Library & Jest Native](https://youtu.be/CpTQb0XWlRc) ## Made with ❤️ at Callstack