| 1 | /* eslint react/prop-types: 0, jsx-a11y/label-has-for: 0 */ |
| 2 | import React, { createRef } from "react"; |
| 3 | import { act, cleanup, fireEvent, render } from "@testing-library/react"; |
| 4 | import { renderHook } from "@testing-library/react-hooks"; |
nothing calls this directly
no test coverage detected