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