()
| 13 | } |
| 14 | |
| 15 | function nextMacrotask(): Promise<void> { |
| 16 | return new Promise((resolve) => setTimeout(resolve, 0)); |
| 17 | } |
| 18 | |
| 19 | describe('async image cache prefetch', () => { |
| 20 | it('reports completion immediately for empty prefetch lists', async () => { |
no outgoing calls
no test coverage detected