From efc6a88ef98af3cc4e3be2c5cba9e25fe0436233 Mon Sep 17 00:00:00 2001 From: Himanshu Soni <98655754+himanshusonixd@users.noreply.github.com> Date: Thu, 17 Feb 2022 20:04:27 +0530 Subject: [PATCH] Add content for react testing library * Update 101-react-testing-library.md updated Documentation * Update content/roadmaps/100-frontend/content/115-testing-your-apps/101-react-testing-library.md Co-authored-by: Kamran Ahmed --- .../115-testing-your-apps/101-react-testing-library.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/115-testing-your-apps/101-react-testing-library.md b/content/roadmaps/100-frontend/content/115-testing-your-apps/101-react-testing-library.md index c7ffd1cd5..717d9ae57 100644 --- a/content/roadmaps/100-frontend/content/115-testing-your-apps/101-react-testing-library.md +++ b/content/roadmaps/100-frontend/content/115-testing-your-apps/101-react-testing-library.md @@ -1 +1,6 @@ -# React testing library \ No newline at end of file +# React Testing Library + +The React Testing Library is a very lightweight solution for testing React components. It provides light utility functions on top of react-dom and react-dom/test-utils, in a way that encourages better testing practices. Its primary guiding principle is: The more your tests resemble the way your software is used, the more confidence they can give you. + +Free Content +