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