React |Testing in React | Question 2

Last Updated :
Discuss
Comments

Which of the following methods is used to render a React component in a test using React Testing Library?

renderComponent()

render()

testRender()

mount()

Share your thoughts in the comments