(doc: Document)
| 177 | * Clears document contents to have a clean state for the next test. |
| 178 | */ |
| 179 | export function clearDocument(doc: Document) { |
| 180 | doc.body.textContent = ''; |
| 181 | doc.body.removeAttribute(CLIENT_RENDER_MODE_FLAG); |
| 182 | } |
no test coverage detected
searching dependent graphs…