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.