1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-23 05:41:39 +03:00

Fix name of text emote sending & fix tests

This commit is contained in:
David Baker
2016-09-26 10:20:56 +01:00
parent bf037ed6c7
commit bbfc05b0c0
3 changed files with 11 additions and 8 deletions

View File

@ -54,6 +54,7 @@ export function stubClient() {
},
setAccountData: sinon.stub(),
sendTyping: sinon.stub().returns(q({})),
sendTextMessage: () => q({}),
sendHtmlMessage: () => q({}),
};