describe('when nothing', () => {
    it('should not fail', () => true.should.be.true);

});
