export const defaultProps = {
  name: 'Test',
  startDate: '2055-02-25',
  options: ['Google', 'iCal'],
  timeZone: 'America/Los_Angeles',
};

export const invalidOptionsPropValue = ['Googling'];
