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