| 1 | import { screen } from "@testing-library/react"; |
| 2 | import userEvent from "@testing-library/user-event"; |
| 3 | import { act } from "react"; |
| 4 | import { renderComponent } from "#/testHelpers/renderHelpers"; |
nothing calls this directly
no test coverage detected