File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed
Expand file tree Collapse file tree 2 files changed +46
-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" : " nkabbara" ,
10+ "name" : " Nash Kabbara" ,
11+ "avatar_url" : " https://avatars3.githubusercontent.com/u/31865?v=4" ,
12+ "profile" : " http://nashkabbara.com" ,
13+ "contributions" : [
14+ " doc"
15+ ]
16+ }
17+ ],
18+ "contributorsPerLine" : 7 ,
19+ "projectName" : " js-testing-fundamentals" ,
20+ "projectOwner" : " kentcdodds" ,
21+ "repoType" : " github" ,
22+ "repoHost" : " https://github.com" ,
23+ "skipCi" : true
24+ }
Original file line number Diff line number Diff line change 11<h1 align =" center " >
2+ <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square )] ( #contributors- )
4+ <!-- ALL-CONTRIBUTORS-BADGE:END -->
25 JavaScript Testing Fundamentals
36</h1 >
47
@@ -37,3 +40,22 @@ To run the files, run `node lessons/<lesson-filename>.js`.
3740> For the ` global ` one, run ` node -r ./setup-globals.js ./lessons/globals.js `
3841>
3942> For the ` jest.test.js ` one, run ` npx jest ` .
43+
44+ ## Contributors ✨
45+
46+ Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
47+
48+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
49+ <!-- prettier-ignore-start -->
50+ <!-- markdownlint-disable -->
51+ <table >
52+ <tr >
53+ <td align="center"><a href="http://nashkabbara.com"><img src="https://avatars3.githubusercontent.com/u/31865?v=4" width="100px;" alt=""/><br /><sub><b>Nash Kabbara</b></sub></a><br /><a href="https://github.com/kentcdodds/js-testing-fundamentals/commits?author=nkabbara" title="Documentation">📖</a></td>
54+ </tr >
55+ </table >
56+
57+ <!-- markdownlint-enable -->
58+ <!-- prettier-ignore-end -->
59+ <!-- ALL-CONTRIBUTORS-LIST:END -->
60+
61+ 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