| 1 | import { render } from "@testing-library/react"; |
| 2 | import { useCallback, useEffect, useState } from "react"; |
| 3 | import type { IntersectionEffectOptions } from ".."; |
| 4 | import { intersectionMockInstance, mockAllIsIntersecting } from "../test-utils"; |
nothing calls this directly
no test coverage detected