Test React Component Methods with Enzyme

InstructorTyler Clark

Share this video with your friends

Send Tweet

In this lesson we will write tests against a method that lives on our class component. We will access it with the enzyme's instance function and assert that the return values work with the correct arguments.