Update main.spec.js

This commit is contained in:
Unmesh Gundecha
2024-06-29 17:55:29 +08:00
committed by GitHub
parent c26c91db7c
commit 63853a0956

View File

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