| 1 | /* eslint-disable react-hooks/globals, react-hooks/immutability */ |
| 2 | /* eslint-disable react-hooks/rules-of-hooks */ |
| 3 | import '@testing-library/jest-dom/vitest'; |
| 4 | import {fireEvent, render} from '@testing-library/react'; |
nothing calls this directly
no test coverage detected