Render disappearing message timers generically

This commit is contained in:
Evan Hahn 2021-05-03 18:24:40 -05:00 committed by GitHub
parent c1730e055f
commit 736075322c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 372 additions and 307 deletions

View file

@ -67,7 +67,7 @@ describe('MentionCompletion', () => {
};
const options: MentionCompletionOptions = {
i18n: sinon.stub(),
i18n: Object.assign(sinon.stub(), { getLocale: sinon.stub() }),
me,
memberRepositoryRef,
setMentionPickerElement: sinon.stub(),