Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7c98313

Browse files
committed
Moved types to DefinitelyTyped
Fixes testing-library#110
1 parent 43761b2 commit 7c98313

File tree

8 files changed

+1307
-2505
lines changed

8 files changed

+1307
-2505
lines changed

‎CONTRIBUTING.md‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ select the added contribution type.
2727
Please make sure to run the tests before you commit your changes. You can do so by running
2828
`npm test`.
2929

30-
### Add typings
30+
### Update Typings
3131

32-
If your PR introduced some changes in the API, you are more than welcome to modify the Typescript
33-
type definition to reflect those changes. Just modify the `index.d.ts` file accordingly. If you have
34-
never seen Typescript definitions before, you can read more about it in its
35-
[documentation pages](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html)
32+
The TypeScript type definitions are in the
33+
[DefinitelyTyped repo](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__react-hooks)
3634

3735
## Help needed
3836

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /