Conversation
…test already covered by 'should reject and update signal'
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughA test case verifying rejection behavior in Changes
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
🧪 Generate unit tests (beta)
Comment |
|
View your CI Pipeline Execution ↗ for commit 93141db
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
size-limit report 📦
|
🎯 Changes
Remove
should set state to error when queryFn returns reject promisefrominjectQuerytests. Its scenario (retry: false+ aqueryFnthat rejects →status: 'error') is already fully covered byshould reject and update signal, which uses the same setup and additionally assertsdata,error,isPending,isFetching,isError,failureCount, andfailureReason. The only piece the deleted test still exercised was the initialstatus: 'pending'check, and that is already covered byshould return pending status initially.✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit
Note: This change is a test infrastructure update with no impact on user-facing functionality.