export default { initialRequest: { title: '

this is a title

', title_text: 'this is a title', description: '

this is a description!

', description_text: 'this is a description', task_status: '2 of 4 completed', updated_at: new Date().toString(), }, secondRequest: { title: '

2

', title_text: '2', description: '

42

', description_text: '42', task_status: '0 of 0 completed', updated_at: new Date().toString(), }, issueSpecRequest: { title: '

this is a title

', title_text: 'this is a title', description: '
  • Task List Item
  • ', description_text: '- [ ] Task List Item', task_status: '0 of 1 completed', updated_at: new Date().toString(), }, };