Testing React and Redux Applications - Unit and Integration
- 4
Brief Introduction
Learn how to write quality tests for React and Redux applications using Enzyme, jsdom, and React testing libraryDescription
This course will give you the skill set that you would need to write high quality tests for your React Redux application. The course will cover writing unit tests for react components, unit tests for action creators, unit tests for reducers, integration tests for the Redux store, and full DOM integration tests using libraries such as Enzyme, React Testing Library, and jsdom. You will also learn how to run these tests using the Jest framework.
Requirements
- Requirements
- Basic Knowledge of React
- Basic Knowledge of Redux
- Redux Store and State Management