1. 1
    Render a Component Using the React Testing Library
    2m 17s

Render a Component Using the React Testing Library

Share this video with your friends

Send Tweet

One thing is important to test your component, and that is rendering!

In this lesson, we will learn about a function that the React Testing Library gives you to do called render.

We will also look at some of the utilities that render gives you to use in your tests.