From 0c8c1c8253c6b7a8b7605f34dfffbed379d85a17 Mon Sep 17 00:00:00 2001 From: Unmesh Gundecha Date: Sun, 21 Feb 2021 12:21:30 +0800 Subject: [PATCH] Added missing section --- test/main.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/main.spec.js b/test/main.spec.js index 95b04e8..18f456e 100644 --- a/test/main.spec.js +++ b/test/main.spec.js @@ -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`); });