Skip to content
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

Merged
merged 2 commits into from
Feb 9, 2021
Merged

Conversation

connorjclark
Copy link
Collaborator

forgot this in #11993

ref #11313

@connorjclark connorjclark requested a review from a team as a code owner January 28, 2021 17:53
@connorjclark connorjclark requested review from adamraine and removed request for a team January 28, 2021 17:53
@google-cla google-cla bot added the cla: yes label Jan 28, 2021
artifacts: ['Accessibility', 'ConsoleMessages'],
artifacts: [
'Accessibility',
'Appcache',
Copy link
Collaborator

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 :)

Copy link
Collaborator Author

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`);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 slowly but surely

@patrickhulce
Copy link
Collaborator

image

this has been failing annoyingly often lately :/ I wonder if there's anything we can do

@patrickhulce patrickhulce merged commit 057a2d7 into master Feb 9, 2021
@patrickhulce patrickhulce deleted the fr-config-def-more branch February 9, 2021 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants