Skip to content

Commit 2f8fd0c

Browse files
committed
Update Lighthouse defaults
1 parent d61e77e commit 2f8fd0c

File tree

1 file changed

+2
-2
lines changed
  • packages/e2e-test-utils-playwright/src/lighthouse

1 file changed

+2
-2
lines changed

packages/e2e-test-utils-playwright/src/lighthouse/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ export class Lighthouse {
2525
* the summary.
2626
*/
2727
async getReport() {
28-
// From https://github.com/GoogleChrome/lighthouse/blob/d149e9c1b628d5881ca9ca451278d99ff1b31d9a/core/config/default-config.js#L433-L503
28+
// From https://github.com/GoogleChrome/lighthouse/blob/36cac182a6c637b1671c57326d7c0241633d0076/core/config/default-config.js#L381-L446
2929
const audits = {
3030
'largest-contentful-paint': 'LCP',
3131
'total-blocking-time': 'TBT',
3232
interactive: 'TTI',
3333
'cumulative-layout-shift': 'CLS',
34-
'experimental-interaction-to-next-paint': 'INP',
34+
'interaction-to-next-paint': 'INP',
3535
};
3636

3737
const report = await lighthouse(

0 commit comments

Comments
 (0)