Skip to content

Commit 04ef301

Browse files
Updated RNTL guide endorsement link
1 parent 7e2c7c8 commit 04ef301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Testing/RNTL-Component-Testing-ultimate-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
Over the course of a month, I meticulously crafted this comprehensive guide on testing for **React Native** applications. Each code snippet included in this article was initially **_executed successfully_** on my MacBook, ensuring their reliability.
88

9+
### it’s endorsed by the [Official Documentation of REACT NATIVE TESTING LIBRARY](https://callstack.github.io/react-native-testing-library/docs/community-resources#recommended-content), so you know it’s reliable and up-to-date.
10+
911
This article serves as an all-encompassing resource on **TESTING**, covering a wide array of topics such as **component testing**, **mocking**, **provider** tests, **fireEvent**, and **waitFor** asynchronous operations, among others. It is designed to equip you with a thorough understanding of testing a **React Native app**, from getting started and setting up configurations, to troubleshooting potential errors.
1012

1113
Let’s look at the topics that we will learn from this article.

0 commit comments

Comments
 (0)