/* eslint-disable import/prefer-default-export */
const yearMock = {
  rabjungCycle: 17,
  rabjungYear: 32,
  westernYear: 2018,
  tibYear: 2145,
  element: 'Earth',
  gender: 'Male',
  animal: 'Dog'
};

export {
  yearMock
};
