@@ -11,6 +11,19 @@ describe("blockAllContributors", () => {
11
11
expect ( creation ) . toMatchInlineSnapshot ( `
12
12
{
13
13
"addons": [
14
+ {
15
+ "addons": {
16
+ "badges": [
17
+ "<!-- prettier-ignore-start -->
18
+ <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
19
+ <a href="#contributors" target="_blank"><img alt="👪 All Contributors: undefined" src="https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-undefined-21bb42.svg" /></a>
20
+ <!-- ALL-CONTRIBUTORS-BADGE:END -->
21
+ <!-- prettier-ignore-end -->",
22
+ ],
23
+ "sections": undefined,
24
+ },
25
+ "block": [Function],
26
+ },
14
27
{
15
28
"addons": {
16
29
"secrets": [
@@ -52,7 +65,6 @@ describe("blockAllContributors", () => {
52
65
"scripts": [
53
66
{
54
67
"commands": [
55
- "pnpx all-contributors-cli generate",
56
68
"pnpx all-contributors-cli add test-owner code,content,doc,ideas,infra,maintenance,projectManagement,tool",
57
69
],
58
70
"phase": 3,
@@ -62,14 +74,25 @@ describe("blockAllContributors", () => {
62
74
` ) ;
63
75
} ) ;
64
76
65
- it ( "includes contributors when not provided" , ( ) => {
77
+ it ( "includes contributors when provided" , ( ) => {
66
78
const creation = testBlock ( blockAllContributors , {
67
79
options : {
68
80
...optionsBase ,
69
81
contributors : [
70
82
{
71
83
avatar_url : "https://avatars.githubusercontent.com/u/3335181?v=4" ,
72
- contributions : [ "bug" , "ideas" ] ,
84
+ contributions : [
85
+ "bug" ,
86
+ "code" ,
87
+ "design" ,
88
+ "doc" ,
89
+ "ideas" ,
90
+ "infra" ,
91
+ "maintenance" ,
92
+ "review" ,
93
+ "test" ,
94
+ "tool" ,
95
+ ] ,
73
96
login : "JoshuaKGoldberg" ,
74
97
name : "Josh Goldberg" ,
75
98
profile : "http://www.joshuakgoldberg.com" ,
@@ -81,6 +104,37 @@ describe("blockAllContributors", () => {
81
104
expect ( creation ) . toMatchInlineSnapshot ( `
82
105
{
83
106
"addons": [
107
+ {
108
+ "addons": {
109
+ "badges": [
110
+ "<!-- prettier-ignore-start -->
111
+ <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
112
+ <a href="#contributors" target="_blank"><img alt="👪 All Contributors: 1" src="https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-1-21bb42.svg" /></a>
113
+ <!-- ALL-CONTRIBUTORS-BADGE:END -->
114
+ <!-- prettier-ignore-end -->",
115
+ ],
116
+ "sections": [
117
+ "## Contributors
118
+
119
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
120
+ <!-- prettier-ignore-start -->
121
+ <!-- markdownlint-disable -->
122
+ <table>
123
+ <tbody>
124
+ <tr>
125
+ <td align="center" valign="top" width="14.28%"><a href="http://www.joshuakgoldberg.com"><img src="https://avatars.githubusercontent.com/u/3335181?v=4?s=100" width="100px;" alt="Josh Goldberg"/><br /><sub><b>Josh Goldberg</b></sub></a><br /><a href="https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=author%3AJoshuaKGoldberg" title="Bug reports">🐛</a> <a href="https://github.com/JoshuaKGoldberg/create-typescript-app/commits?author=JoshuaKGoldberg" title="Code">💻</a> <a href="#design-JoshuaKGoldberg" title="Design">🎨</a> <a href="https://github.com/JoshuaKGoldberg/create-typescript-app/commits?author=JoshuaKGoldberg" title="Documentation">📖</a> <a href="#ideas-JoshuaKGoldberg" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-JoshuaKGoldberg" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-JoshuaKGoldberg" title="Maintenance">🚧</a> <a href="https://github.com/JoshuaKGoldberg/create-typescript-app/pulls?q=is%3Apr+reviewed-by%3AJoshuaKGoldberg" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/JoshuaKGoldberg/create-typescript-app/commits?author=JoshuaKGoldberg" title="Tests">⚠️</a> <a href="#tool-JoshuaKGoldberg" title="Tools">🔧</a></td>
126
+ </tr>
127
+ </tbody>
128
+ </table>
129
+
130
+ <!-- markdownlint-restore -->
131
+ <!-- prettier-ignore-end -->
132
+
133
+ <!-- ALL-CONTRIBUTORS-LIST:END -->",
134
+ ],
135
+ },
136
+ "block": [Function],
137
+ },
84
138
{
85
139
"addons": {
86
140
"secrets": [
@@ -94,7 +148,7 @@ describe("blockAllContributors", () => {
94
148
},
95
149
],
96
150
"files": {
97
- ".all-contributorsrc": "{"badgeTemplate":"\\t<a href=\\"#contributors\\" target=\\"_blank\\"><img alt=\\"👪 All Contributors: <%= contributors.length %>\\" src=\\"https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-<%= contributors.length %>-21bb42.svg\\" /></a>","contributors":[{"avatar_url":"https://avatars.githubusercontent.com/u/3335181?v=4","contributions":["bug","ideas"],"login":"JoshuaKGoldberg","name":"Josh Goldberg","profile":"http://www.joshuakgoldberg.com"}],"contributorsSortAlphabetically":true,"projectName":"test-repository","projectOwner":"test-owner"}",
151
+ ".all-contributorsrc": "{"badgeTemplate":"\\t<a href=\\"#contributors\\" target=\\"_blank\\"><img alt=\\"👪 All Contributors: <%= contributors.length %>\\" src=\\"https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-<%= contributors.length %>-21bb42.svg\\" /></a>","contributors":[{"avatar_url":"https://avatars.githubusercontent.com/u/3335181?v=4","contributions":["bug","code","design","doc"," ideas","infra","maintenance","review","test","tool "],"login":"JoshuaKGoldberg","name":"Josh Goldberg","profile":"http://www.joshuakgoldberg.com"}],"contributorsSortAlphabetically":true,"projectName":"test-repository","projectOwner":"test-owner"}",
98
152
".github": {
99
153
"workflows": {
100
154
"contributors.yml": "jobs:
@@ -122,7 +176,6 @@ describe("blockAllContributors", () => {
122
176
"scripts": [
123
177
{
124
178
"commands": [
125
- "pnpx all-contributors-cli generate",
126
179
"pnpx all-contributors-cli add test-owner code,content,doc,ideas,infra,maintenance,projectManagement,tool",
127
180
],
128
181
"phase": 3,
0 commit comments