describe('My first test', () => { it('Does not do much!', () => { expect(true).to.equal(true); }) })