chore: enhance Vitest configuration across packages#1455
chore: enhance Vitest configuration across packages#1455Crunchyman-ralph wants to merge 1 commit intonextfrom
Conversation
|
WalkthroughThis PR centralizes Vitest configuration management by introducing a shared Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (9)
🧰 Additional context used📓 Path-based instructions (4)**/*.ts📄 CodeRabbit inference engine (.cursor/rules/test_workflow.mdc)
Files:
**/*.{js,ts}📄 CodeRabbit inference engine (.cursor/rules/utilities.mdc)
Files:
**/*.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
package.json📄 CodeRabbit inference engine (.cursor/rules/test_workflow.mdc)
Files:
🧠 Learnings (53)📓 Common learnings📚 Learning: 2025-11-24T18:01:44.137ZApplied to files:
📚 Learning: 2025-09-17T20:26:17.277ZApplied to files:
📚 Learning: 2025-11-24T18:03:46.699ZApplied to files:
📚 Learning: 2025-11-24T18:04:43.949ZApplied to files:
📚 Learning: 2025-09-26T19:10:32.906ZApplied to files:
📚 Learning: 2025-11-24T18:00:23.000ZApplied to files:
📚 Learning: 2025-09-17T19:08:57.882ZApplied to files:
📚 Learning: 2025-11-24T22:09:45.426ZApplied to files:
📚 Learning: 2025-11-24T18:05:23.891ZApplied to files:
📚 Learning: 2025-11-24T17:58:07.977ZApplied to files:
📚 Learning: 2025-11-24T18:03:13.408ZApplied to files:
📚 Learning: 2025-11-24T18:03:13.408ZApplied to files:
📚 Learning: 2025-11-24T22:09:45.426ZApplied to files:
📚 Learning: 2025-09-26T19:07:10.485ZApplied to files:
📚 Learning: 2025-11-24T22:09:45.426ZApplied to files:
📚 Learning: 2025-11-24T18:03:13.408ZApplied to files:
📚 Learning: 2025-11-24T22:09:45.426ZApplied to files:
📚 Learning: 2025-09-26T19:05:47.555ZApplied to files:
📚 Learning: 2025-10-08T19:57:00.982ZApplied to files:
📚 Learning: 2025-09-26T19:03:33.225ZApplied to files:
📚 Learning: 2025-09-17T19:09:08.882ZApplied to files:
📚 Learning: 2025-11-24T22:09:45.426ZApplied to files:
📚 Learning: 2025-09-03T12:16:15.866ZApplied to files:
📚 Learning: 2025-11-24T18:04:43.949ZApplied to files:
📚 Learning: 2025-11-24T18:03:13.408ZApplied to files:
📚 Learning: 2025-11-24T18:03:13.408ZApplied to files:
📚 Learning: 2025-11-24T18:03:13.408ZApplied to files:
📚 Learning: 2025-11-24T22:09:45.426ZApplied to files:
📚 Learning: 2025-11-24T18:01:44.137ZApplied to files:
📚 Learning: 2025-11-24T22:09:45.426ZApplied to files:
📚 Learning: 2025-11-24T18:03:46.700ZApplied to files:
📚 Learning: 2025-11-24T18:01:44.137ZApplied to files:
📚 Learning: 2025-11-26T21:57:48.917ZApplied to files:
📚 Learning: 2025-11-24T17:58:07.977ZApplied to files:
📚 Learning: 2025-11-24T18:04:43.949ZApplied to files:
📚 Learning: 2025-11-24T18:03:13.408ZApplied to files:
📚 Learning: 2025-11-21T11:09:42.126ZApplied to files:
📚 Learning: 2025-11-24T18:03:46.699ZApplied to files:
📚 Learning: 2025-11-24T18:03:13.408ZApplied to files:
📚 Learning: 2025-11-24T18:04:43.949ZApplied to files:
📚 Learning: 2025-11-24T22:09:45.426ZApplied to files:
📚 Learning: 2025-11-24T22:09:45.426ZApplied to files:
📚 Learning: 2025-11-24T22:09:45.426ZApplied to files:
📚 Learning: 2025-11-24T18:03:13.408ZApplied to files:
📚 Learning: 2025-11-26T20:50:40.782ZApplied to files:
📚 Learning: 2025-11-24T18:04:43.949ZApplied to files:
📚 Learning: 2025-11-24T18:04:43.949ZApplied to files:
📚 Learning: 2025-11-24T18:03:46.699ZApplied to files:
📚 Learning: 2025-11-24T18:03:13.408ZApplied to files:
📚 Learning: 2025-11-24T17:59:00.042ZApplied to files:
📚 Learning: 2025-11-24T18:03:13.408ZApplied to files:
📚 Learning: 2025-11-24T18:03:46.699ZApplied to files:
🧬 Code graph analysis (5)apps/mcp/vitest.config.ts (1)
packages/ai-sdk-provider-grok-cli/vitest.config.ts (1)
packages/tm-bridge/vitest.config.ts (1)
apps/cli/vitest.config.ts (1)
packages/tm-core/vitest.config.ts (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (12)
Comment |
What type of PR is this?
Description
Related Issues
How to Test This
# Example commands or stepsExpected result:
Contributor Checklist
npm run changesetnpm testnpm run format-check(ornpm run formatto fix)Changelog Entry
For Maintainers
Summary by CodeRabbit
turbo:testnpm script for running tests via Turbotesttask for streamlined test execution✏️ Tip: You can customize this high-level summary in your review settings.