| 1 | import { describe, it, expect, beforeEach, vi } from 'vitest'; |
| 2 | import { act, renderHook } from '@testing-library/react'; |
| 3 | import { getEstimatedModalPosition, useModalDrag } from './useModalDrag'; |
| 4 | import { buildPointerEvent } from '../test/builders'; |
nothing calls this directly
no test coverage detected