-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[docs]: Add link to jest-extended in expect docs #7078
Conversation
@@ -6,6 +6,8 @@ original_id: expect | |||
|
|||
When you're writing tests, you often need to check that values meet certain conditions. `expect` gives you access to a number of "matchers" that let you validate different things. | |||
|
|||
For additional Jest matchers maintained by the Jest Community check out [`jest-extended`](https://github.com/jest-community/jest-extended). |
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.
mind adding it to all versioned docs?
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.
good call :)
Great idea! |
e65e976
to
b5c8c94
Compare
Codecov Report
@@ Coverage Diff @@
## master #7078 +/- ##
=========================================
Coverage ? 66.63%
=========================================
Files ? 251
Lines ? 10542
Branches ? 3
=========================================
Hits ? 7025
Misses ? 3516
Partials ? 1 Continue to review full report at Codecov.
|
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.
awesome
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Adds a link for
jest-extended
in theexpect
docs.We're still seeing quite a lot of issues around new matchers etc being opened, I think if we link directly out to community matchers in the docs it might help.
Test plan