| 1 | import { renderHook } from "@testing-library/react"; |
| 2 | import { describe, expect, test } from "vitest"; |
| 3 | import { EMPTY_OBJECT } from "../../src/constants"; |
| 4 | import { useCachedBounds } from "./useCachedBounds"; |
nothing calls this directly
no test coverage detected