describe('result', () => {
      it('Is a function', () =>
        expect(precondition(() => true)).to.be.a('function')
      );