| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 1217ab55-56fc-427f-92c4-ff4b7f0d4cc8 📥 CommitsReviewing files that changed from the base of the PR and between e5161df and d5093c6. 📒 Files selected for processing (2)
📝 Walkthrough WalkthroughTwo test files in packages/lit-query/src/tests/ have all toThrowError(...) assertions replaced with toThrow(...). The error matchers and test logic are unchanged. ChangesTest Assertion Migration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem🚥 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
Comment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
|
View your CI Pipeline Execution ↗ for commit d5093c6
☁️ Nx Cloud last updated this comment at 2026-06-14 10:51:57 UTC |
Sorry, something went wrong.
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
Sorry, something went wrong.
Sorry, something went wrong.
size-limit report 📦
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
🎯 Changes
Replace the deprecated assertion alias toThrowError with its recommended counterpart toThrow across the lit-query test suite.
The alias is flagged @deprecated by @vitest/expect's type definitions, which point to the replacement used here:
Affected files:
✅ Checklist
🚀 Release Impact
Summary by CodeRabbit