All files / @gce/contact/store/fixtures contacts.js

100% Statements 2/2
100% Branches 0/0
100% Functions 0/0
100% Lines 2/2

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 271x                                         1x          
export const contactsMock = [
  {
    title: 'contacts.abroad_hotline.title',
    description: 'contacts.abroad_hotline.description',
    phone: 'contacts.abroad_hotline.phone',
    code: 'PHONE',
  },
  {
    title: 'contacts.hotline_gmapp_title',
    description: 'contacts.hotline_description',
    phone: 'contacts.phone_hotline',
    code: 'PHONE',
  },
  {
    title: 'contacts.medi24_title',
    description: 'contacts.service_urgence_description',
    phone: 'contacts.phone_medi24',
    code: 'EMERGENCY',
  },
];
 
export const healthInsurerContactMock = {
  nomMandataire: 'Gest-Union SA',
  telephone: '+41 (0)797XXXXXX',
  courtier: true,
};