MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / ImageDetailViews.test.tsx

File ImageDetailViews.test.tsx

src/components/modals/ImageDetailViews.test.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { cleanup, fireEvent, render, screen } from '@testing-library/react';
2import { afterEach, describe, expect, it, vi } from 'vitest';
3import { buildCamera, buildImage } from '../../test/builders';
4import type { MatchViewLayout, SingleImageLayout, Size2D } from './imageDetailLayoutViewModel';

Callers

nothing calls this directly

Calls 7

buildImageFunction · 0.90
buildCameraFunction · 0.90
getRenderedRootFunction · 0.85
buildMatchViewLayoutFunction · 0.70
buildContainerSizeFunction · 0.70
buildSingleImageLayoutFunction · 0.70
cleanupFunction · 0.50

Tested by

no test coverage detected