chore: Report improvements (#4392)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Aswin Dev P.S
2022-04-11 20:57:22 +05:30
committed by GitHub
parent 31cdc63e18
commit c64e2e3bc5
9 changed files with 86 additions and 65 deletions

View File

@@ -25,7 +25,7 @@ describe('reportMixin', () => {
const wrapper = shallowMount(Component, { store, localVue });
expect(wrapper.vm.displayMetric('conversations_count')).toEqual(5);
expect(wrapper.vm.displayMetric('avg_first_response_time')).toEqual(
'3 Min'
'3 Min 18 Sec'
);
});