MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / useModalDrag.test.ts

File useModalDrag.test.ts

src/hooks/useModalDrag.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, vi } from 'vitest';
2import { act, renderHook } from '@testing-library/react';
3import { getEstimatedModalPosition, useModalDrag } from './useModalDrag';
4import { buildPointerEvent } from '../test/builders';

Callers

nothing calls this directly

Calls 4

useModalDragFunction · 0.90
buildPointerEventFunction · 0.90

Tested by

no test coverage detected