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

File useImageDetailStoreFacade.test.ts

src/components/modals/useImageDetailStoreFacade.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { act, renderHook } from '@testing-library/react';
2import { beforeEach, describe, expect, it } from 'vitest';
3import { useReconstructionStore, useUIStore } from '../../store';
4import { buildFile, buildLoadedFiles, buildReconstruction } from '../../test/builders';

Callers

nothing calls this directly

Calls 5

buildReconstructionFunction · 0.90
buildLoadedFilesFunction · 0.90
buildFileFunction · 0.90
getSourceTypeMethod · 0.45

Tested by

no test coverage detected