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