-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Connect actual
and expects
types in equal()
and is()
#239
Conversation
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.
Thanks :) Can you leave these as inline function declarations tho
Sure. It will not cover all cases, but we could start from simpler version. |
Why won’t it cover? You can still overload the function definitions. I just didn’t want to add a new interface |
Got it! Pushed. |
Codecov ReportPatch and project coverage have no change.
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #239 +/- ##
=======================================
Coverage 89.13% 89.13%
=======================================
Files 3 3
Lines 313 313
=======================================
Hits 279 279
Misses 34 34 ☔ View full report in Codecov by Sentry. |
This is a cool change :) just curious, is a release planned to include this? |
This changes will improve TypeScript support: