@@ -53,7 +53,13 @@ describe("blockAllContributors", () => {
5353 },
5454 ],
5555 "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+ }",
5763 ".github": {
5864 "workflows": {
5965 "contributors.yml": "jobs:
@@ -174,7 +180,28 @@ describe("blockAllContributors", () => {
174180 },
175181 ],
176182 "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+ }",
178205 ".github": {
179206 "workflows": {
180207 "contributors.yml": "jobs:
@@ -294,7 +321,28 @@ describe("blockAllContributors", () => {
294321 },
295322 ],
296323 "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+ }",
298346 ".github": {
299347 "workflows": {
300348 "contributors.yml": "jobs:
0 commit comments