Skip to content

Commit ae61d18

Browse files
committed
debug
1 parent 2a376a5 commit ae61d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scripts/src/generateLighthouseReport/parseLighthouseReports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export function parseLighthouseReports(
309309
const timespanReports = reports.map((report) => report.steps[1]);
310310
const snapshotReports = reports.map((report) => report.steps[2]);
311311

312-
console.log(navigationReports);
312+
console.log(parseNavigationResults(navigationReports));
313313

314314
return [
315315
parseNavigationResults(navigationReports),

0 commit comments

Comments
 (0)