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
feat(test): add Jest config for JSX parsing and removeAccents tests
- Add tsconfig.jest.json with jsx: react for Jest to parse TSX files
- Add jest.setup.js to provide global Utils object for tests
- Update jest.config.js to use Jest-specific tsconfig and setup file
- Add 12 test cases for Format.removeAccents function
- Revert removeAccents to match original JS behaviour (per PR review)
- Document remaining untested time-relative functions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments