| 1 | import { fireEvent, render, screen, waitFor } from "@testing-library/react"; |
| 2 | import "@testing-library/jest-dom"; |
| 3 | import App from "../App"; |
| 4 | import { useConnection } from "../lib/hooks/useConnection"; |
nothing calls this directly
no test coverage detected