Added contributors section

This commit is contained in:
Unmesh Gundecha
2024-07-06 13:17:34 +08:00
parent e3f1bd553c
commit 24e6c4a4d0
2 changed files with 10 additions and 3 deletions

View File

@@ -24,8 +24,9 @@ describe('Checklist', function() {
'## Resources',
'## Credits',
'## Other How They... repos',
'## Stargazers Over Time',
'## Contributors',
'## Contribute',
'## Stargazers Over Time',
'## License'];
const actualList = srcMd.match(/^## (.*$)/gim);
expect(actualList).to.equalTo(expectedH2List);