import {render} from '@testing-library/react'const {container, unmount} = render()unmount()// your component has been unmounted and now: container.innerHTML === ''