-
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(redirects): update to modern opportunity details type #5791
Conversation
we're going to make a |
@paulirish updated, LMKWYT |
* @param {LH.Flags=} flags | ||
* @param {LH.Config.Json|undefined} configJSON | ||
* @param {LH.Config.Json=} configJSON |
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.
these (and below in runner) were some drive by fixes I noticed since the test is calling index.js
directly, and the URL is now optional (in auditMode) after #5495
|
||
/* eslint-env jest */ | ||
|
||
describe.only('Default Config', () => { |
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.
only
LGTM |
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.
Approving for @paulirish cause sharing a PR is apparently real weird now
fixes #5778
seems like this was accidentally left out of #5296 and we didn't catch it.
but the real question is: where should this test go?