| 1 | import { setupRerender } from 'preact/test-utils'; |
| 2 | import { createElement, render, Component, createRef, Fragment } from 'preact'; |
| 3 | import { setupScratch, teardown } from '../_util/helpers'; |
| 4 | import { vi } from 'vitest'; |
nothing calls this directly
no test coverage detected