We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a376a5 commit ae61d18Copy full SHA for ae61d18
packages/scripts/src/generateLighthouseReport/parseLighthouseReports.ts
@@ -309,7 +309,7 @@ export function parseLighthouseReports(
309
const timespanReports = reports.map((report) => report.steps[1]);
310
const snapshotReports = reports.map((report) => report.steps[2]);
311
312
- console.log(navigationReports);
+ console.log(parseNavigationResults(navigationReports));
313
314
return [
315
parseNavigationResults(navigationReports),
0 commit comments