| 1 | import { describe, expect, it, vi } from 'vitest'; |
| 2 | import { buildIdleDeadline, buildImageBitmap } from '../test/builders'; |
| 3 | import type { AsyncImageCachePendingItem } from './asyncImageCacheState'; |
| 4 | import { createAsyncImageCacheState } from './asyncImageCacheState'; |
nothing calls this directly
no test coverage detected