Roadmap to becoming a developer in 2022
 
 
 
 
 
Aroyan 9e60b1d847
Add Enzyme content on Front End roadmap (#1192)
3 years ago
..
100-jest.md Add official Jest website (#990) 3 years ago
101-react-testing-library.md Fix broken build 3 years ago
102-cypress.md Add cypress content 3 years ago
103-enzyme.md Add Enzyme content on Front End roadmap (#1192) 3 years ago
104-other-options.md Interactive frontend roadmap with contribution links 3 years ago
105-mocha.md Added Resources for Mocha (#1141) 3 years ago
106-chai.md Resources added for Chai js (#1146) 3 years ago
107-ava.md Resources added for Ava (#1147) 3 years ago
108-jasmine.md Resources added for Jasmine (#1149) 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