| 1 | import { createElement as preactH } from 'preact'; |
| 2 | import React, { createElement, render, cloneElement } from 'preact/compat'; |
| 3 | import { setupScratch, teardown } from '../../../test/_util/helpers'; |
| 4 |
nothing calls this directly
no test coverage detected