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