| 1 | import { act, teardown as teardownAct } from 'preact/test-utils'; |
| 2 | import { createElement, render, Fragment, Component, options } from 'preact'; |
| 3 | import { useEffect, useState, useRef } from 'preact/hooks'; |
| 4 | import { setupScratch, teardown } from '../../../test/_util/helpers'; |
nothing calls this directly
no test coverage detected