Skip to content

Commit

Permalink
fix: set all assertion categories to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstover committed Dec 11, 2024
1 parent 5508c98 commit c7f680f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lighthouserc-prod.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ module.exports = {
'https://www.kiva.org/cc/kiva-partner',
],
numberOfRuns: 5,
}
},
assert: {
assertions: {
'categories:accessibility': 'warn',
'categories:best-practices': 'warn',
'categories:performance': 'warn',
'categories:pwa': 'warn',
'categories:seo': 'warn',
}
},
},
};

0 comments on commit c7f680f

Please sign in to comment.