chore: typecheck tests - #626
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe PR adds TypeScript checking for the Uniwind test project, integrates it into local and workflow validation, updates test compiler settings, and fixes two test source references. ChangesTest TypeScript checking
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 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 |
Greptile SummaryThe PR adds automated TypeScript checking for regular Uniwind test files and corrects test-specific configuration and references.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| .github/workflows/ci.yaml | CI now directly runs the regular test-suite TypeScript check from the Uniwind package. |
| .github/workflows/release.yaml | Release validation now applies the same test-suite TypeScript check as CI. |
| packages/uniwind/package.json | Adds a script that type-checks the dedicated test TypeScript project without emitting output. |
| packages/uniwind/tsconfig.test.json | Configures regular test type-checking while leaving dedicated type tests to their existing configuration. |
| turbo.json | Registers the package test-typecheck task and adds it to pre-commit dependencies. |
Reviews (2): Last reviewed commit: "chore: add to ci" | Re-trigger Greptile
|
🚀 This pull request is included in v1.11.0. See Release v1.11.0 for release notes. |
Summary by CodeRabbit
Tests
Chores