You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-06 12:02:40 +03:00
Clean up group call tests (#2806)
This commit is contained in:
@@ -584,6 +584,8 @@ describe('Group Call', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
afterEach(function() {
|
afterEach(function() {
|
||||||
|
groupCall1.leave();
|
||||||
|
groupCall2.leave();
|
||||||
jest.useRealTimers();
|
jest.useRealTimers();
|
||||||
|
|
||||||
MockRTCPeerConnection.resetInstances();
|
MockRTCPeerConnection.resetInstances();
|
||||||
|
Reference in New Issue
Block a user