-
-
Notifications
You must be signed in to change notification settings - Fork 204
refactor(client-fetch): improves client-fetch types to allow usage of ts-reset #2290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🦋 Changeset detectedLatest commit: 4a77615 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey @mrlubos, looks like I'm missing some changes for the tests as well, but I'm not 100% sure where and how I should update the snapshots.. I'm not that familiar with snapshot testing in the first place.. |
@btmnk hey, run |
eba37f3
to
7b03fcd
Compare
It seems the I checked the other clients for type errors with ts-reset as well but only client-next hat the same issue. I updated it there as well. |
nvm. Forgot to build after doing the changes in the client.ts. Now I was able to reproduce the failed tests. After running the build command it did a change in an angular.json file. If that should not be included let me know and I'll remove it from the PR. Not sure why it did that for me.. |
commit: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2290 +/- ##
==========================================
- Coverage 24.01% 24.01% -0.01%
==========================================
Files 314 314
Lines 28949 28953 +4
Branches 1227 1227
==========================================
Hits 6953 6953
- Misses 21987 21991 +4
Partials 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thank you!
Resolves #2288