()
| 12 | }, |
| 13 | ) => { |
| 14 | const fetch = async () => |
| 15 | new Response(html, { |
| 16 | status: 200, |
| 17 | headers: { |
| 18 | 'content-type': init?.contentType ?? 'text/html; charset=utf-8', |
| 19 | }, |
| 20 | }) |
| 21 | |
| 22 | const result = await readUrl({ |
| 23 | url: init?.url ?? 'https://example.com/article', |
no outgoing calls
no test coverage detected