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