Added missing section

This commit is contained in:
Unmesh Gundecha
2021-02-21 12:21:30 +08:00
parent d1e58daada
commit 0c8c1c8253

View File

@@ -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`);
});