| 1 | import { setupRerender } from 'preact/test-utils'; |
| 2 | import { createElement, render, Component, Fragment, hydrate } from 'preact'; |
| 3 | import { setupScratch, teardown } from '../_util/helpers'; |
| 4 | import { div, span, input as inputStr, h1, h2 } from '../_util/dom'; |
nothing calls this directly
no test coverage detected