Automated Testing: Testing React Application
Details
In this webcast, we'll learn about how to write tests for your React application using Jest (comes with Create React App) and React Testing Library.
- Test rendering logic of a React component
- Test how the component responds to user interaction
- Test asynchronous behavior of React component (API calls)
- Test Redux-connected React component
