React |Testing in React | Question 5

Last Updated :
Discuss
Comments

What does the screen object from React Testing Library provide?

It stores the component's state.

It interacts with the component's DOM.

It renders components.

It updates the component's props.

Share your thoughts in the comments