it('sets a `totalTimeLogged` for headers with clock entries within LOGBOOK', () => {
      const header = state.org.present.getIn(['files', path, 'headers']).get(1);
      expect(header.get('totalTimeLogged')).toEqual(25200000);
    });