GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28k stars 9.32k forks source link

tests(lantern): refactor to DevTools test convention #16072

Closed connorjclark closed 2 weeks ago

connorjclark commented 2 weeks ago

ref #15841

Moves the unit tests for Lantern to be alongside their modules, like devtools, and renames them.

Also disables eslint for these test files since otherwise getting that to work would take some effort and these files are not much longer lived in this repo.