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