Skip to content

Review Agent Dashboard Testing

Terminal window
pnpm -C apps/review-agent-dashboard lint
pnpm -C apps/review-agent-dashboard build
  • No dedicated unit/integration test script is currently declared in package scripts.
  • Build + lint are minimum checks before release.

At minimum:

  1. Lint clean.
  2. Build passes.
  3. Smoke-test key routes locally or in preview.