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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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