it('max', () => {
      const accumulatedResults = accumulator(data, 'age', 'max');

      expect(accumulatedResults).to.equal(30);
    });