returns__('GroupRoadmap|Epics let you manage your portfolio of projects more efficiently and with less effort');
},
subMessage(){
returnsprintf(s__('GroupRoadmap|To view the roadmap, add a planned start or finish date to one of your epics in this group or its subgroups. Only epics in the past 3 months and the next 3 months are shown – from %{startDate} to %{endDate}.'),{
expect(vm.message).toBe('Epics let you manage your portfolio of projects more efficiently and with less effort');
});
});
describe('subMessage',()=>{
it('returns correct empty state sub-message',()=>{
expect(vm.subMessage).toBe('To view the roadmap, add a planned start or finish date to one of your epics in this group or its subgroups. Only epics in the past 3 months and the next 3 months are shown – from Nov 1, 2017 to Apr 30, 2018.');
});
});
describe('timeframeRange',()=>{
it('returns correct timeframe startDate and endDate in words',()=>{