Try using one of these.
import { screen } from '@testing-library/react'; screen.debug(undefined, Infinity);
import { prettyDOM } from '@testing-library/react'; console.log(prettyDOM());