File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 501
501
"contributions" : [
502
502
" doc"
503
503
]
504
+ },
505
+ {
506
+ "login" : " yoniholmes" ,
507
+ "name" : " Jonathan Holmes" ,
508
+ "avatar_url" : " https://avatars.githubusercontent.com/u/184589?v=4" ,
509
+ "profile" : " https://github.com/yoniholmes" ,
510
+ "contributions" : [
511
+ " code"
512
+ ]
504
513
}
505
514
],
506
515
"skipCi" : true ,
Original file line number Diff line number Diff line change 42
42
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
43
43
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
44
44
45
-
46
45
- [ The problem] ( #the-problem )
47
46
- [ The solution] ( #the-solution )
48
47
- [ When to use this library] ( #when-to-use-this-library )
@@ -238,6 +237,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
238
237
<td align="center"><a href="https://seanbaines.com/"><img src="https://avatars.githubusercontent.com/u/24367010?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sean Baines</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=mrseanbaines" title="Documentation">📖</a></td>
239
238
<td align="center"><a href="https://www.linkedin.com/in/mike-vasin/"><img src="https://avatars.githubusercontent.com/u/12434833?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mikhail Vasin</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=mvasin" title="Documentation">📖</a></td>
240
239
<td align="center"><a href="https://aleksandar.xyz"><img src="https://avatars.githubusercontent.com/u/7226555?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Aleksandar Grbic</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=agjs" title="Documentation">📖</a></td>
240
+ <td align="center"><a href="https://github.com/yoniholmes"><img src="https://avatars.githubusercontent.com/u/184589?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jonathan Holmes</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=yoniholmes" title="Code">💻</a></td>
241
241
</tr >
242
242
</table >
243
243
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ function hasDependency(name: string) {
9
9
try {
10
10
require ( name )
11
11
return true
12
- } catch {
12
+ } catch ( error ) {
13
13
return false
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments