Commit Graph

2 Commits

Author SHA1 Message Date
William Valentin
9fbad062e5 feat: consolidate test mocks with centralized index
- Add mock aggregator for cleaner test imports
- Export fetch and uuid mocks from single entry point
- Reduce mock import complexity in test files
- Improve test maintainability and organization
2025-09-08 01:43:20 -07:00
William Valentin
c5d3631cb6 feat: configure Jest testing infrastructure
- Update Jest config with module name mapping for uuid and node-fetch
- Add Babel transform for mixed JS/TS support
- Configure transformIgnorePatterns for ES modules
- Add comprehensive test mocks for uuid and node-fetch
- Setup import.meta environment variables for Jest compatibility
- Increase test timeout to 30 seconds for integration tests
2025-09-07 15:20:59 -07:00