mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
test: fix time spec breaking circle CI (#6443)
This commit is contained in:
@@ -12,7 +12,7 @@ describe('#messageStamp', () => {
|
|||||||
describe('#dynamicTime', () => {
|
describe('#dynamicTime', () => {
|
||||||
it('returns correct value', () => {
|
it('returns correct value', () => {
|
||||||
expect(TimeMixin.methods.dynamicTime(1612971343)).toEqual(
|
expect(TimeMixin.methods.dynamicTime(1612971343)).toEqual(
|
||||||
'almost 2 years ago'
|
'about 2 years ago'
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user