@@ -53,7 +53,13 @@ describe("blockAllContributors", () => {
53
53
},
54
54
],
55
55
"files": {
56
- ".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":[],"contributorsSortAlphabetically":true,"projectName":"test-repository","projectOwner":"test-owner"}",
56
+ ".all-contributorsrc": "{
57
+ "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>",
58
+ "contributors": [],
59
+ "contributorsSortAlphabetically": true,
60
+ "projectName": "test-repository",
61
+ "projectOwner": "test-owner"
62
+ }",
57
63
".github": {
58
64
"workflows": {
59
65
"contributors.yml": "jobs:
@@ -174,7 +180,28 @@ describe("blockAllContributors", () => {
174
180
},
175
181
],
176
182
"files": {
177
- ".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","test","tool"],"login":"JoshuaKGoldberg","name":"Josh Goldberg","profile":"http://www.joshuakgoldberg.com"}],"contributorsSortAlphabetically":true,"projectName":"test-repository","projectOwner":"JoshuaKGoldberg"}",
183
+ ".all-contributorsrc": "{
184
+ "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>",
185
+ "contributors": [
186
+ {
187
+ "avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
188
+ "contributions": [
189
+ "bug",
190
+ "code",
191
+ "design",
192
+ "doc",
193
+ "test",
194
+ "tool"
195
+ ],
196
+ "login": "JoshuaKGoldberg",
197
+ "name": "Josh Goldberg",
198
+ "profile": "http://www.joshuakgoldberg.com"
199
+ }
200
+ ],
201
+ "contributorsSortAlphabetically": true,
202
+ "projectName": "test-repository",
203
+ "projectOwner": "JoshuaKGoldberg"
204
+ }",
178
205
".github": {
179
206
"workflows": {
180
207
"contributors.yml": "jobs:
@@ -294,7 +321,28 @@ describe("blockAllContributors", () => {
294
321
},
295
322
],
296
323
"files": {
297
- ".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","test","tool"],"login":"other","name":"Other","profile":"http://www.example.com"}],"contributorsSortAlphabetically":true,"projectName":"test-repository","projectOwner":"test-owner"}",
324
+ ".all-contributorsrc": "{
325
+ "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>",
326
+ "contributors": [
327
+ {
328
+ "avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
329
+ "contributions": [
330
+ "bug",
331
+ "code",
332
+ "design",
333
+ "doc",
334
+ "test",
335
+ "tool"
336
+ ],
337
+ "login": "other",
338
+ "name": "Other",
339
+ "profile": "http://www.example.com"
340
+ }
341
+ ],
342
+ "contributorsSortAlphabetically": true,
343
+ "projectName": "test-repository",
344
+ "projectOwner": "test-owner"
345
+ }",
298
346
".github": {
299
347
"workflows": {
300
348
"contributors.yml": "jobs:
0 commit comments