File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "files" : [
3+ " README.md"
4+ ],
5+ "imageSize" : 100 ,
6+ "commit" : false ,
7+ "contributors" : [
8+ {
9+ "login" : " jdorfman" ,
10+ "name" : " Justin Dorfman" ,
11+ "avatar_url" : " https://avatars1.githubusercontent.com/u/398230?v=4" ,
12+ "profile" : " https://stackshare.io/jdorfman/decisions" ,
13+ "contributions" : [
14+ " fundingFinding"
15+ ]
16+ }
17+ ],
18+ "contributorsPerLine" : 7 ,
19+ "projectName" : " react-testing-library-course" ,
20+ "projectOwner" : " kentcdodds" ,
21+ "repoType" : " github" ,
22+ "repoHost" : " https://github.com"
23+ }
Original file line number Diff line number Diff line change 11<p align =" center " >
2+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square )] ( #contributors )
23<a href =" https://codefund.io/properties/499/visit-sponsor " >
34<img src =" https://codefund.io/properties/499/sponsor " />
45</a >
@@ -46,3 +47,19 @@ _Course material for testing React components using react-testing-library_
4647> Note: the setup for this project uses kcd-scripts. Don't worry about that. You
4748> can learn about how to configure jest properly in the "Configure Jest for
4849> Testing JavaScript Applications" module of TestingJavaScript.com
50+
51+ ## Contributors ✨
52+
53+ Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
54+
55+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
56+ <!-- prettier-ignore -->
57+ <table >
58+ <tr >
59+ <td align="center"><a href="https://stackshare.io/jdorfman/decisions"><img src="https://avatars1.githubusercontent.com/u/398230?v=4" width="100px;" alt="Justin Dorfman"/><br /><sub><b>Justin Dorfman</b></sub></a><br /><a href="#fundingFinding-jdorfman" title="Funding Finding">🔍</a></td>
60+ </tr >
61+ </table >
62+
63+ <!-- ALL-CONTRIBUTORS-LIST:END -->
64+
65+ This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
You can’t perform that action at this time.
0 commit comments