docs/plans/2026-03-24-testing-review-non-react-post-bun-check.md
Run a fresh repo testing-review pass with the temporary non-React cut after the latest suite and root-check fixes.
bun test --coverage --coverage-reporter=lcov --coverage-dir=.coverage-repo-2026-03-24p --reporter=dotspnpm test:profile -- --top 25pnpm test:slowest -- --top 25rg -n 'describe\.skip|it\.skip|test\.skip|xit\(|xdescribe\(' packages apps -g '*.spec.ts' -g '*.spec.tsx' -g '*.slow.ts' -g '*.slow.tsx'rg -n '^\s*//\s*(describe|it|test)\(' packages apps -g '*.spec.ts' -g '*.spec.tsx' -g '*.slow.ts' -g '*.slow.tsx'rg -n "from '.*\.spec'|from \".*\.spec\"" packages apps -g '*.spec.ts' -g '*.spec.tsx' -g '*.slow.ts' -g '*.slow.tsx'