graphql-http / audits/render
▸ renderAuditResultsToHTML(results): Promise<string>
Renders the provided audit results to well-formatted and valid HTML.
Do note that the rendered result is not an HTML document, it's rather just a component with results.
| Name | Type |
|---|---|
results |
AuditResult[] |
Promise<string>