Add mock for setFullScreenable

This commit is contained in:
Johan Kwarnmark 2020-05-27 09:15:37 +02:00
parent 53ea47b7ee
commit 354867b764

View File

@ -15,6 +15,7 @@ const getMainWindow = {
isAlwaysOnTop: jest.fn(() => true),
setMenuBarVisibility: jest.fn(),
setAlwaysOnTop: jest.fn(),
setFullScreenable: jest.fn(),
};
jest.mock('../src/common/env', () => {