Skip to content

Conversation

@connorjclark
Copy link
Collaborator

closes #15203

expect(thirdParty.requestCount).toBe(3);
});

it('uses firstPartyHostnames if provided', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

FWIW this does seem like a feature we are losing with this PR. That being said, it's only used in this one hidden audit and not anywhere else so I still think it's fine.

extends: 'lighthouse:default',
settings: {
throttlingMethod: 'devtools',
budgets: [{
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: this is called budgetedConfig here and in update-report-fixtures.js. Could we just call it sampleConfig?

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.

Consider dropping budgets from lighthouse core

3 participants