Unmount TimelinePanel when test completes
... mostly because it seems like a nice idea.
This commit is contained in:
parent
9fcf8d00b4
commit
f551317b5d
2 changed files with 3 additions and 1 deletions
|
@ -37,6 +37,7 @@ module.exports.stubClient = function() {
|
|||
getRoom: sinon.stub(),
|
||||
loginFlows: sinon.stub(),
|
||||
on: sinon.stub(),
|
||||
removeListener: sinon.stub(),
|
||||
|
||||
paginateEventTimeline: sinon.stub().returns(q()),
|
||||
sendReadReceipt: sinon.stub().returns(q()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue