feat(typings): add ts definitions#7
Merged
kentcdodds merged 2 commits intotesting-library:masterfrom Mar 20, 2018
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 6 6
=====================================
Hits 6 6Continue to review full report at Codecov.
|
Contributor
Author
|
Ohh I see there was a change on master. I will update definition file and push again. Updated 😄 |
8218ee0 to
3d818b6
Compare
kentcdodds
approved these changes
Mar 20, 2018
Member
kentcdodds
left a comment
There was a problem hiding this comment.
Cool! I won't maintain these myself, but I'm happy to accept pull requests for it!
Contributor
Author
|
If there won't be a person to fix or update typings you can @ me, I will try to help :) |
kentcdodds
pushed a commit
that referenced
this pull request
Mar 20, 2018
* feat(typings): add ts definitions * chore(contributors): add myself
kentcdodds
pushed a commit
that referenced
this pull request
Mar 20, 2018
* feat(typings): add ts definitions * chore(contributors): add myself
lucbpz
pushed a commit
to lucbpz/react-testing-library
that referenced
this pull request
Jul 26, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What: Added TypeScript definitions.
Why: To let TypeScript's users better use library 😃.
How: Added definition file.
Checklist: