Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Chris 8e6eb34364 Add official Jest website (#990) 3 years ago
..
100-jest.md Add official Jest website (#990) 3 years ago
101-react-testing-library.md Interactive frontend roadmap with contribution links 3 years ago
102-cypress.md Interactive frontend roadmap with contribution links 3 years ago
103-enzyme.md Interactive frontend roadmap with contribution links 3 years ago
104-other-options.md Interactive frontend roadmap with contribution links 3 years ago
105-mocha.md bug fix: added testing files (#978) 3 years ago
106-chai.md bug fix: added testing files (#978) 3 years ago
107-ava.md bug fix: added testing files (#978) 3 years ago
108-jasmine.md bug fix: added testing files (#978) 3 years ago
readme.md Suggest content to 'Testing your apps' component (#980) 3 years ago

readme.md

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