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
Fix RSC test infrastructure: Convert jest.setup.js to ESM and re-enable tests
- Convert jest.setup.js from CommonJS require() to ESM imports for compatibility
with ESM mode
- Re-enable RSC tests with automatic React version detection:
- Tests run normally on React 19+ where RSC features are available
- Tests skip gracefully on React 18 with informative message
- Remove unnecessary script/convert override since package.json now handles
version checking automatically
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments