| 1 | import { describe, expect, it, vi } from 'vitest'; |
| 2 | import { prefetchAsyncImages, type AsyncImagePrefetchItem } from './asyncImageCachePrefetch'; |
| 3 | |
| 4 | function createPrefetchItem(name: string): AsyncImagePrefetchItem { |
nothing calls this directly
no test coverage detected