docs/plans/2026-03-24-testing-review-non-react-audit-post-roadmap.md
Rerun the repo testing review after the completed non-React roadmap, keep the temporary /react cut, and publish the next honest non-React batch instead of pretending package sweeps are still useful.
.agents/rules/testing-review.mdc.agents/rules/testing.mdcdocs/plans/xargs -0 bun test --coverage --coverage-reporter=lcov --coverage-dir=.coverage-repo-2026-03-24n --reporter=dots < <(tr '\n' '\0' < .claude/tmp/non_react_test_files.txt)pnpm 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"docs/plans/2026-03-24-coverage-priority-map-testing-review-non-react-post-roadmap.mddocs/plans/2026-03-24-coverage-priority-packages-testing-review-non-react-post-roadmap.tsvdocs/plans/2026-03-24-coverage-priority-files-testing-review-non-react-post-roadmap.tsvdocs/plans/2026-03-24-non-react-coverage-roadmap-phase-2.mdpnpm test:profile and pnpm test:slowest runs are currently polluted by React-side failures in the shared fast suite, so they are useful as suite-health findings, not as ranking input for this temporary non-React pass.