| 1 | import { renderHook, waitFor } from '@testing-library/react'; |
| 2 | import { describe, expect, it, vi } from 'vitest'; |
| 3 | import { buildImage, buildPoint2D, buildReconstruction } from '../../test/builders'; |
| 4 | import type { ImageId, Point2D } from '../../types/colmap'; |
nothing calls this directly
no test coverage detected