-
Notifications
You must be signed in to change notification settings - Fork 41
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
feat: introduce jest matchers #97
feat: introduce jest matchers #97
Conversation
Hello @m-radzikowski, this is just a ping 😄 |
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 again for the contribution! Please see my comments on the code.
replace ignore comment
Hi @m-radzikowski, i have made requested chenges :) |
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.
Looks good, thank you. Please see the build fail on types check.
Codecov Report
@@ Coverage Diff @@
## main #97 +/- ##
========================================
Coverage ? 100.00%
========================================
Files ? 7
Lines ? 165
Branches ? 22
========================================
Hits ? 165
Misses ? 0
Partials ? 0
Continue to review full report at Codecov.
|
Adds jest matchers intended to simplify usage of expects
Matchers will be only added if
expect.extend
function is present.Fixes #96