const chai = require('chai'); const should = chai.should(); const ExampleStore = require('../../lib/ExampleStore'); const exStore = new ExampleStore(__dirname + '/test-examples'); describe('render index', () => { before(() => exStore.init()); it('without selected repo or example', () => { }); });