You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✅ Checkpoint 5.1: Identify pro-related tests
- Identified 4 test files that test pro-only functionality
- All tests importing from pro/ directories
✅ Checkpoint 5.2: Move pro tests
- Moved using git mv to preserve history:
- streamServerRenderedReactComponent.test.jsx (streaming is pro-only)
- registerServerComponent.client.test.jsx (RSC is pro-only)
- injectRSCPayload.test.ts (RSC payload injection is pro-only)
- SuspenseHydration.test.tsx (RSC hydration behavior is pro-only)
✅ Checkpoint 5.3: Update remaining core tests
- Updated serverRenderReactComponent.test.ts to use core ComponentRegistry
- Core ComponentRegistry and StoreRegistry tests already properly test core functionality
- Tests for pro method stubs already exist (throw errors directing to upgrade)
Pro tests now live in packages/react-on-rails-pro/tests/ with full git
history preserved. Core tests only test core functionality.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments