Testing

June 24, 2026 ยท View on GitHub

Test Command

Run the test suite with:

npm run test

Linting

Run lint checks with:

npm run lint

Expectations

  • Add or update tests for behavior changes.
  • Run the relevant package-level checks before opening a PR.
  • Keep generated coverage, build output, and dependency folders out of commits.