[go: nahoru, domu]

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(driver): extract gotoURL to navigation module #12421

Merged
merged 7 commits into from
May 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix extra mock methods in driver-test
  • Loading branch information
patrickhulce committed May 3, 2021
commit e0e69892b185631fad4048ca9f559d3edf2d3c6d
3 changes: 0 additions & 3 deletions lighthouse-core/test/gather/driver-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jest.useFakeTimers();
* @typedef DriverMockMethods
* @property {Driver['evaluate']} evaluate redefined to remove "private" designation
* @property {Driver['evaluateAsync']} evaluateAsync redefined to remove "private" designation
* @property {ReturnType<typeof createMockOnceFn>} on
* @property {ReturnType<typeof createMockOnceFn>} once
* @property {(...args: RecursivePartial<Parameters<Driver['gotoURL']>>) => ReturnType<Driver['gotoURL']>} gotoURL
*/

/** @typedef {Omit<Driver, keyof DriverMockMethods> & DriverMockMethods} TestDriver */
Expand Down