[MM-51961] Migrate calls widget to singleton (#2667)
* Migrate callsWidgetWindow to singleton * REVERT ME: removed references to ServerManager
This commit is contained in:
@@ -25,6 +25,7 @@ jest.mock('electron', () => ({
|
||||
jest.mock('main/contextMenu', () => jest.fn());
|
||||
|
||||
jest.mock('../allowProtocolDialog', () => ({}));
|
||||
jest.mock('main/windows/callsWidgetWindow', () => ({}));
|
||||
jest.mock('main/views/viewManager', () => ({
|
||||
getViewByWebContentsId: jest.fn(),
|
||||
getViewByURL: jest.fn(),
|
||||
|
Reference in New Issue
Block a user