it('should work for two weekends', () => {
    const start = 'March 3 2017 12:00:00';
    const end = 'March 13 2017 12:00:00';
    expect([start, end]).toHaveTimeBetween(hoursToMs(48));
  });