How to Print the Entire Component using screen.debug() in React Testing Library

added by JavaScript Kicks
9/1/2022 2:52:47 PM

540 Views

I love React Testing Library and if you're here, you probably love it too. But when we're testing a component with many lines of JSX and trying to print it, React Testing Library will not show the entire component.


0 comments