diff --git a/docs/dom-testing-library/api-debugging.mdx b/docs/dom-testing-library/api-debugging.mdx index 2817a074f..1b83f5afc 100644 --- a/docs/dom-testing-library/api-debugging.mdx +++ b/docs/dom-testing-library/api-debugging.mdx @@ -76,6 +76,8 @@ This function is usually used alongside `console.log` to temporarily print out DOM trees during tests for debugging purposes: ```javascript +import {prettyDOM } from '@testing-library/dom' + const div = document.createElement('div') div.innerHTML = '