Learn about how to write tests for your React application using Jest and React Testing Library.
In this webcast, you will learn
- 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