Skip to content

Testing

Use the smallest relevant verification first.

Common checks:

Terminal window
npm test
npm run typecheck
npm run build
npm run build:docs
git diff --check

For narrow changes, run targeted tests when possible. For docs-site changes, npm run build:docs and git diff --check are the minimum useful checks.

Do not claim success without either running verification or clearly stating what could not be run.