test(jest): resolve package-style core imports - #700
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThis PR adds a Jest module name mapper for ChangesJest Module Mapper Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📊 Coverage ReportCoverage report not available
Generated by PR Automation (Story 6.1) |
Summary\n- Add Jest moduleNameMapper support for package-style
aiox-core/...imports.\n- Add a regression test resolving a real framework module through the new alias.\n\n## Validation\n-node -c jest.config.js\n-node -c tests/config/jest-module-mapper.test.js\n-npm test -- tests/config/jest-module-mapper.test.js --runInBand\n-npm run generate:manifest+npm run validate:manifest\n-git diff --check\n-npm run lint— pass, 0 errors / 114 baseline warnings\n-npm run typecheck\n-node scripts/validate-package-completeness.js— 34/34 passed\n-node bin/utils/validate-publish.js— pass, 4199 files\n-npm test -- --runInBand --forceExit— 331 suites passed, 11 skipped; 8352 tests passed, 149 skipped\n\nPart of #621.Summary by CodeRabbit
Tests
Chores