Add TextualBody-test.js
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9c500e3544
commit
c551f2983a
6 changed files with 567 additions and 10 deletions
|
@ -238,6 +238,7 @@ export function mkStubRoom(roomId = null) {
|
|||
getMember: sinon.stub().returns({
|
||||
userId: '@member:domain.bla',
|
||||
name: 'Member',
|
||||
rawDisplayName: 'Member',
|
||||
roomId: roomId,
|
||||
getAvatarUrl: () => 'mxc://avatar.url/image.png',
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue