From e2ee8bbb020dbbd1678e2b5fba9bac90b038ae32 Mon Sep 17 00:00:00 2001 From: Justin Irabor Date: Wed, 5 Jan 2022 16:26:30 +0100 Subject: [PATCH] Suggest content to 'Testing your apps' component (#980) --- .../100-frontend/content/115-testing-your-apps/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/115-testing-your-apps/readme.md b/content/roadmaps/100-frontend/content/115-testing-your-apps/readme.md index 718f931fc..24c027384 100644 --- a/content/roadmaps/100-frontend/content/115-testing-your-apps/readme.md +++ b/content/roadmaps/100-frontend/content/115-testing-your-apps/readme.md @@ -1 +1,7 @@ -# Testing your apps \ No newline at end of file +# Testing your apps +Before delivering your application to users, you need to be sure that your app meets the requirements it was designed for, and that it doesn't do any weird, unintended things (called 'bugs'). To accomplish this, we 'test' our applications in different ways. + +Free Content +A comprehensive dive into software testing. +The different types of software tests +Testing React apps with Jest