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
Add SWC configuration test and fix Jest config paths
- Added test documenting required SWC configuration settings
- Placed test in client/app/bundles/ to avoid RSpec interference
- Fixed Jest setupFiles and testRegex paths to point to client/app/
The test serves as documentation for critical SWC settings:
- keepClassNames: true (required for Stimulus)
- loose: false (required for Stimulus)
- runtime: automatic (React 19 compatibility)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments