| 1 | import { act, renderHook } from '@testing-library/react'; |
| 2 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
| 3 | import { MODAL, SIZE } from '../../theme'; |
| 4 | import { buildCamera, buildPointerEvent } from '../../test/builders'; |
nothing calls this directly
no test coverage detected