Lighthouse Verification

Instructions for how to validate changes made to Lighthouse. Must invoke when making changes to Lighthouse.

googlechrome 0540296 531 B Updated 1.6k repo stars

File contents

Lighthouse verification

Run a subset of the unit tests like this:

yarn mocha test/files/to/run

Don't run "yarn unit" - it takes too long.

Run typechecking and linter:

yarn type-check
yarn lint --fix

Make sure to run some unit tests and the type-checker / linter after making changes.

Always run yarn update:sample-json after making any change.

GoogleChrome/lighthouse/tree/main/.agents/skills/lighthouse-verification commit 05402961bd

Frequently asked questions

npx skillmds@latest add googlechrome/lighthouse-verification