Skip to content

Commit 59c752f

Browse files
author
Joe
committed
chore: update contributors table
1 parent 93d927d commit 59c752f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.all-contributorsrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@
145145
"avatar_url": "https://avatars3.githubusercontent.com/u/3806031?v=4",
146146
"profile": "https://jsjoe.io",
147147
"contributions": [
148-
"tutorial"
148+
"tutorial",
149+
"test"
149150
]
150151
},
151152
{

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ to test against. It also does not come installed with a specific renderer, we cu
146146
[`react-test-renderer`](https://www.npmjs.com/package/react-test-renderer) and
147147
[`react-dom`](https://www.npmjs.com/package/react-dom). You only need to install one of them,
148148
however, if you do have both installed, we will use `react-test-renderer` as the default. For more
149-
information see the [installation docs](https://react-hooks-testing-library.com/installation#renderer).
150-
Generally, the installed versions for `react` and the selected renderer should have matching
151-
versions:
149+
information see the
150+
[installation docs](https://react-hooks-testing-library.com/installation#renderer). Generally, the
151+
installed versions for `react` and the selected renderer should have matching versions:
152152

153153
```sh
154154
npm install react@^16.9.0
@@ -186,7 +186,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
186186
<td align="center"><a href="https://github.com/VinceMalone"><img src="https://avatars0.githubusercontent.com/u/2516349?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vince Malone</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=VinceMalone" title="Code">💻</a></td>
187187
<td align="center"><a href="https://github.com/doppelmutzi"><img src="https://avatars1.githubusercontent.com/u/4130968?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sebastian Weber</b></sub></a><br /><a href="#blog-doppelmutzi" title="Blogposts">📝</a></td>
188188
<td align="center"><a href="https://gillchristian.xyz"><img src="https://avatars2.githubusercontent.com/u/8309423?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Christian Gill</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=gillchristian" title="Documentation">📖</a></td>
189-
<td align="center"><a href="https://jsjoe.io"><img src="https://avatars3.githubusercontent.com/u/3806031?v=4?s=100" width="100px;" alt=""/><br /><sub><b>JavaScript Joe</b></sub></a><br /><a href="#tutorial-jsjoeio" title="Tutorials">✅</a></td>
189+
<td align="center"><a href="https://jsjoe.io"><img src="https://avatars3.githubusercontent.com/u/3806031?v=4?s=100" width="100px;" alt=""/><br /><sub><b>JavaScript Joe</b></sub></a><br /><a href="#tutorial-jsjoeio" title="Tutorials">✅</a> <a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=jsjoeio" title="Tests">⚠️</a></td>
190190
</tr>
191191
<tr>
192192
<td align="center"><a href="http://frontstuff.io"><img src="https://avatars1.githubusercontent.com/u/5370675?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sarah Dayan</b></sub></a><br /><a href="#platform-sarahdayan" title="Packaging/porting to new platform">📦</a></td>

0 commit comments

Comments
 (0)