1. 7
    Test Component Interactions with Jest and Testing Library
    4m 11s

Test Component Interactions with Jest and Testing Library

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

Components do more than just render an initial view based on props. Components may also maintain their own internal state and update that state in response to events. Those state changes, will then lead to updates to the rendered output. In this lesson, we'll cover how to test a component and verify that it behaves as expected when we simulate a click event.