mirror of
https://github.com/upgundecha/howtheysre.git
synced 2026-02-05 00:09:09 +00:00
Merge pull request #16 from upgundecha/new-additions
Added missing section
This commit is contained in:
commit
3df414e402
@ -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`);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user