mirror of
https://github.com/upgundecha/howtheysre
synced 2026-01-04 08:18:02 +00:00
Added missing section
This commit is contained in:
@@ -10,7 +10,7 @@ describe('Header', function() {
|
||||
});
|
||||
|
||||
describe('Sections', function() {
|
||||
['Introduction', 'Organizations', 'Resources', 'Credits', 'Contribute', 'License'] .forEach(function (section) {
|
||||
['Introduction', 'Organizations', 'Resources', 'Credits', 'Other How They... repos', 'Contribute', 'License'] .forEach(function (section) {
|
||||
it(`${section}`, function() {
|
||||
assert.isOk(srcMd.includes(`## ${section}`), `${section} section is missing`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user