Test New Component State with setState in Enzyme

InstructorTyler Clark

Share this video with your friends

Send Tweet

Sometimes our React components render different outputs depending on their local state. In this lesson we will use Enzyme’s setState method to test that our component’s rendered output is as expected.