-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
🏷️ Better typings for constantFrom
#5577
Conversation
🦋 Changeset detectedLatest commit: d0d4227 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
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 |
…r-4103
Open in Stackblitz • @fast-check/examples @fast-check/ava
fast-check
@fast-check/expect-type
@fast-check/jest
@fast-check/poisoning
@fast-check/packaged
@fast-check/vitest
@fast-check/worker
commit: |
👋 A preview of the new documentation is available at: http://677d796cbcc0c811e4fee1b4--dubzzz-fast-check.netlify.app |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5577 +/- ##
=======================================
Coverage 94.91% 94.91%
=======================================
Files 235 235
Lines 10048 10048
Branches 2840 2840
=======================================
Hits 9537 9537
Misses 511 511
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
As recommended by #4047, let's leverage const generics to make usage of
constantFrom
even simpler for TS users.Checklist — Don't delete this checklist and make sure you do the following before opening the PR
yarn bump
and flag the impacts properlyAdvanced