Running Tests
Test Framework
Whilst uses Vitest for unit and integration tests. Each package has its ownvitest.config.ts.
Linting & Type Checking
Pre-Push Checklist
Before pushing changes:pnpm typecheck— must pass with zero errorspnpm build— if you changed build-time codepnpm test— all tests passpnpm lint— no lint errors- Update
/CHANGELOG.mdwith your changes
E2E Tests
End-to-end tests use Playwright:playwright.config.ts at the project root.
