Skip to main content

Testing

Backend

cd backend
go test ./...

Frontend

cd frontend
npm test

Docs

cd website/docs
npm run build

Suggested PR checks

  • backend tests pass for touched packages
  • frontend tests/build pass for touched components
  • docs build succeeds if docs changed