-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core(fr): add more gatherers to config #12016
Conversation
artifacts: ['Accessibility', 'ConsoleMessages'], | ||
artifacts: [ | ||
'Accessibility', | ||
'Appcache', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
they need to be defined in artifacts
too, once that happens, the snapshot assertion for number of audits we compute should fail :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah ok.
btw i found this vscode plugin, super useful https://marketplace.visualstudio.com/items?itemName=wmaurer.change-case
@@ -89,7 +89,7 @@ describe('Fraggle Rock API', () => { | |||
|
|||
const {auditResults, erroredAudits, failedAudits} = getAuditsBreakdown(lhr); | |||
// TODO(FR-COMPAT): This assertion can be removed when full compatibility is reached. | |||
expect(auditResults.length).toMatchInlineSnapshot(`58`); | |||
expect(auditResults.length).toMatchInlineSnapshot(`65`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 slowly but surely
forgot this in #11993
ref #11313