Commit c09a2514 authored by Kushal Pandya's avatar Kushal Pandya

Use date from the past to ensure timeago rendering absolute value

parent a682bd4e
......@@ -12,7 +12,7 @@ describe('issueItem', () => {
path: `${gl.TEST_HOST}/path`,
title: 'title',
confidential: true,
dueDate: '2018-12-31',
dueDate: '1990-12-31',
weight: 10,
createdAt: '2018-12-01T00:00:00.00Z',
milestone: defaultMilestone,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment