Skip to content

Commit

Permalink
chore: drop unused audit
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Apr 24, 2024
1 parent 9c5de2c commit 35f8a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/puppeteer/tasks/lighthouse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function normaliseLighthouseResult(route: UnlighthouseRouteReport, result
'fetchTime',
'audits.redirects',
// core web vitals
'audits.layout-shift-elements',
'audits.layout-shifts',
'audits.largest-contentful-paint-element',
'audits.largest-contentful-paint',
'audits.cumulative-layout-shift',
Expand Down

0 comments on commit 35f8a70

Please sign in to comment.