Skip to content

Commit

Permalink
chore: lighthouse report has no PWA section anymore (#10258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Jul 1, 2024
1 parent 6dd9a50 commit 03e11dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions admin/scripts/formatLighthouseReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@

// @ts-check

/** @typedef {Record<'performance' | 'accessibility' | 'best-practices' | 'seo' | 'pwa', number>} LighthouseSummary */
/** @typedef {Record<'performance' | 'accessibility' | 'best-practices' | 'seo', number>} LighthouseSummary */

/** @type {Record<keyof LighthouseSummary, string>} */
const summaryKeys = {
performance: 'Performance',
accessibility: 'Accessibility',
'best-practices': 'Best Practices',
seo: 'SEO',
pwa: 'PWA',
};

/** @param {number} rawScore */
Expand Down

0 comments on commit 03e11dc

Please sign in to comment.