mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -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),
|
isAlwaysOnTop: jest.fn(() => true),
|
||||||
setMenuBarVisibility: jest.fn(),
|
setMenuBarVisibility: jest.fn(),
|
||||||
setAlwaysOnTop: jest.fn(),
|
setAlwaysOnTop: jest.fn(),
|
||||||
|
setFullScreenable: jest.fn(),
|
||||||
};
|
};
|
||||||
|
|
||||||
jest.mock('../src/common/env', () => {
|
jest.mock('../src/common/env', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user