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