You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-28 09:24:05 +03:00
Unmount TimelinePanel when test completes
... mostly because it seems like a nice idea.
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user