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