| 1 | import { renderHook, waitFor, act } from '@testing-library/react' |
| 2 | import { describe, expect, expectTypeOf, it, vi } from 'vitest' |
| 3 | import { useGeneration } from '../src/use-generation' |
| 4 | import { useGenerateImage } from '../src/use-generate-image' |
nothing calls this directly
no test coverage detected