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 Jest integration in CI - add Jest to test scripts
Jest was not being run in CI at all! The test:client script was broken
(tried to cd to client/ which has no package.json).
Changes:
- Fixed test:client to run 'yarn jest' directly
- Added jest to main test script (build:test && lint && jest)
- Now our SWC configuration test will actually be run in CI
This ensures that client/__tests__/swc-config.spec.js and all other
Jest tests are executed as part of the test suite.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments