(container: HTMLElement)
| 1 | import { prettyDOM } from "@testing-library/react"; |
| 2 | |
| 3 | export default function getHtml(container: HTMLElement) { |
| 4 | return prettyDOM(container, undefined, { |
| 5 | highlight: false, |
| 6 | }); |
| 7 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…