Size: 2.92 GB
Improve your Code with Test Driven Development
What you’ll learn
- Write unit and integration tests for React and Redux using Jest and Enzyme.
-
Know the tradeoffs for different testing approaches and when to choose which approach.
-
Plan your React app more effectively via Test Driven Development.
Requirements
- Be familiar with JavaScript and React / Redux (Redux is optional and used only in the second half of the course)
Description
Take your React code to the next level by learning Test Driven Development with Jest and Enzyme! Jest is a powerful, flexible testing framework, and Enzyme provides tools to test React and Redux applications. In this course, you will learn to test:- Connected and unconnected components
- Component state and Redux state
- Action creators and reducers
- Complex action creators that use Redux Thunk and Axios
- Action creators called from connected components
Who this course is for:
- Programmers interested in improving their React apps with testing