KnearMe Admin Testing
Baseline checks
Section titled “Baseline checks”pnpm -C apps/knearme-admin typecheckpnpm -C apps/knearme-admin lintpnpm -C apps/knearme-admin buildEval workflows
Section titled “Eval workflows”For regression and dataset checks:
pnpm -C apps/knearme-admin eval:runpnpm -C apps/knearme-admin eval:comparepnpm -C apps/knearme-admin eval:reportCurrent test posture
Section titled “Current test posture”- Unit test infrastructure exists (
__tests__, Vitest deps) but no explicit CI gate currently runs this app’s tests in root CI. - Treat
build + lint + typecheckas minimum release gates.