(id: string)
| 386 | const refFormats = buildReferenceFormats(TEST_AGENT_URL); |
| 387 | |
| 388 | function findFormat(id: string) { |
| 389 | return refFormats.find(f => (f.format_id as { id: string }).id === id); |
| 390 | } |
| 391 | |
| 392 | it('renders display_image format with image and click URL', () => { |
| 393 | const html = renderPreview( |
no outgoing calls
no test coverage detected