test: move BrowserView specs to main process (#19409)

This commit is contained in:
Jeremy Apthorp 2019-07-24 08:44:24 -07:00 committed by Shelley Vohr
parent 358f4eebae
commit 9910507bc4
4 changed files with 43 additions and 52 deletions

View file

@ -12,4 +12,8 @@ declare namespace Electron {
interface MenuItem {
getDefaultRoleAccelerator(): Accelerator | undefined;
}
interface WebContents {
getOwnerBrowserWindow(): BrowserWindow;
}
}