(report: LH.FlowResult)
| 64 | }; |
| 65 | |
| 66 | function getInp(report: LH.FlowResult) { |
| 67 | const inpAudit = |
| 68 | report.steps[1].lhr.audits['experimental-interaction-to-next-paint']; |
| 69 | return inpAudit; |
| 70 | } |
| 71 | |
| 72 | function getTable(reports: LH.FlowResult[]) { |
| 73 | const table = reports |
no outgoing calls
no test coverage detected