mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 19:16:29 +08:00
@@ -396,4 +396,9 @@ describe('humanTime', () => {
|
||||
})
|
||||
).toBe('本月');
|
||||
});
|
||||
|
||||
test('invalid time', () => {
|
||||
createI18n();
|
||||
expect(i18nTime('foobar')).toBe('');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user