Commit 3b34f34
Fix Jest configuration for workspace and testing library setup
- Convert jest.config.js to jest.config.mjs for ES module compatibility
- Add setupFilesAfterEnv: ['@testing-library/jest-dom'] for custom matchers
- Resolves toBeInTheDocument TypeScript errors in test files
- Fixes @testing-library/react import resolution issues
- All JavaScript tests now pass on Node 20/22
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 4417277 commit 3b34f34
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments