From 70196bf344158856c5d0582cb466e096b4ad8976 Mon Sep 17 00:00:00 2001 From: Steve Galili Date: Fri, 17 Jul 2020 21:41:49 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 55c740c2e..8d9fa2466 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,11 @@ The [public API](https://callstack.github.io/react-native-testing-library/docs/a - [`waitForElementToBeRemoved`](https://callstack.github.io/react-native-testing-library/docs/api#waitforelementtoberemoved) - waits for non-deterministic periods of time until queried element is removed or times out. - [`within`](https://callstack.github.io/react-native-testing-library/docs/api#within) - creates a queries object scoped for given element. +## Related External Resources + +- [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) + ## Migration Guides - [Migration to 2.0](https://callstack.github.io/react-native-testing-library/docs/migration-v2) From c78b3ad6653e2db21d5da03915b2ef3e091dea5c Mon Sep 17 00:00:00 2001 From: Steve Galili Date: Mon, 20 Jul 2020 18:19:07 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d9fa2466..4b5bbc583 100644 --- a/README.md +++ b/README.md @@ -123,15 +123,15 @@ The [public API](https://callstack.github.io/react-native-testing-library/docs/a - [`waitForElementToBeRemoved`](https://callstack.github.io/react-native-testing-library/docs/api#waitforelementtoberemoved) - waits for non-deterministic periods of time until queried element is removed or times out. - [`within`](https://callstack.github.io/react-native-testing-library/docs/api#within) - creates a queries object scoped for given element. +## Migration Guides + +- [Migration to 2.0](https://callstack.github.io/react-native-testing-library/docs/migration-v2) + ## Related External Resources - [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) -## Migration Guides - -- [Migration to 2.0](https://callstack.github.io/react-native-testing-library/docs/migration-v2) - ## Made with ❤️ at Callstack React Native Testing Library is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Callstack](https://callstack.com) is a group of React and React Native geeks, contact us at [hello@callstack.com](mailto:hello@callstack.com) if you need any help with these or just want to say hi!