mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 01:11:13 -06:00
Add mock for setFullScreenable
This commit is contained in:
parent
53ea47b7ee
commit
354867b764
@ -15,6 +15,7 @@ const getMainWindow = {
|
||||
isAlwaysOnTop: jest.fn(() => true),
|
||||
setMenuBarVisibility: jest.fn(),
|
||||
setAlwaysOnTop: jest.fn(),
|
||||
setFullScreenable: jest.fn(),
|
||||
};
|
||||
|
||||
jest.mock('../src/common/env', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user