| 1 | import { render, screen } from "@testing-library/react"; |
| 2 | import { userEvent } from "vitest/browser"; |
| 3 | import { InView } from "../InView"; |
| 4 | import { defaultFallbackInView } from "../observe"; |
nothing calls this directly
no test coverage detected