Commit 431a909
committed
Fix Jest configuration for ES modules
- Rename jest.config.js to jest.config.cjs for ES module compatibility
- Update package.json test scripts to explicitly reference jest.config.cjs
- All tests now pass successfully (5/5 tests passing)
- Resolves ES module scope issues with Jest configuration
Co-authored-by: openhands <openhands@all-hands.dev>1 parent 74c954c commit 431a909
2 files changed
+3
-3
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments