diff --git a/.all-contributorsrc b/.all-contributorsrc index 53aaac86..f078f2e4 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -111,6 +111,15 @@ "bug", "code" ] + }, + { + "login": "VinceMalone", + "name": "Vince Malone", + "avatar_url": "https://avatars0.githubusercontent.com/u/2516349?v=4", + "profile": "https://github.com/VinceMalone", + "contributions": [ + "code" + ] } ], "commitConvention": "none" diff --git a/README.md b/README.md index be2d6204..0b8fcd36 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ [](http://www.npmtrends.com/@testing-library/react-hooks) [](https://github.com/testing-library/react-hooks-testing-library/blob/master/LICENSE.md) -[](#contributors) +[](#contributors) [](http://makeapullrequest.com) [](https://github.com/testing-library/react-hooks-testing-library/blob/master/CODE_OF_CONDUCT.md) [](https://app.netlify.com/sites/react-hooks-testing-library/deploys) @@ -143,7 +143,23 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -
Michael Peyper 💻 🎨 📖 🤔 🚇 📦 ⚠️ 🔧 | otofu-square 💻 | Patrick P. Henley 🤔 👀 | Matheus Marques 💻 | Dhruv Patel 🐛 👀 | Nathaniel Tucker 🐛 👀 | Sergei Grishchenko 💻 📖 🤔 |
Josep M Sobrepere 📖 | Marcel Tinner 📖 | Daniel K. 🐛 💻 |
Michael Peyper 💻 🎨 📖 🤔 🚇 📦 ⚠️ 🔧 |
+ otofu-square 💻 |
+ Patrick P. Henley 🤔 👀 |
+ Matheus Marques 💻 |
+ Dhruv Patel 🐛 👀 |
+ Nathaniel Tucker 🐛 👀 |
+ Sergei Grishchenko 💻 📖 🤔 |
+
Josep M Sobrepere 📖 |
+ Marcel Tinner 📖 |
+ Daniel K. 🐛 💻 |
+ Vince Malone 💻 |
+
{ +export interface RenderHookOptions
{
initialProps?: P
wrapper?: React.ComponentType
}
-interface HookResult {
+export interface RenderHookResult {
readonly result: HookResult