| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
View your CI Pipeline Execution ↗ for commit 5654990
☁️ Nx Cloud last updated this comment at 2026-07-26 15:53:25 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.
📝 Walkthrough
WalkthroughThe required signal inputs test now directly checks the optional mutation key with strict equality, removing the preceding definedness assertion and non-null access. ChangesMutation test assertion
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5 ✅ Passed checks (5 passed)
Comment @coderabbitai help to get the list of available commands. |
Sorry, something went wrong.
Sorry, something went wrong.
size-limit report 📦
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
🎯 Changes
Continues the recent test-quality series (e.g. #11105, #11093) by converting the toBeDefined() assertion in angular-query-experimental tests to an exact assertion:
After this, grep -rE 'toBeTruthy\(\)|toBeFalsy\(\)|toBeDefined\(\)' packages/angular-query-experimental/src returns no matches.
✅ Checklist
Local verification detail: vitest run on the edited file — 28 tests passed, no type errors.
🚀 Release Impact
Summary by CodeRabbit