Commit 186893c
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>1 parent 8cdfe62 commit 186893c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments