mirror of
https://github.com/electron/electron.git
synced 2026-01-09 23:48:01 -05:00
test: move some BrowserWindow specs to the main process (#19182)
* test: move some BrowserWindow specs to the main process * uncomment cross-site test * move more tests * re-enable, refactor and move visibilitychange specs * move new-window event tests and re-enable them on mac * move max/minimize event tests * move modal tests * move beginFrameSubscription tests * move savePage test * move BrowserWindow options argument is optional test * move restore, unmaximize, fullscreen tests * move parent window tests * don't wait for show event on windows (#8664) * add debugging logs to fullscreen tests * more debugging on windows * explicitly destroy browserviews to prevent crash during gc * only await show on darwin * more event timing fixes * disable max/minimize event tests on linux, since they're broken on CI
This commit is contained in:
committed by
Shelley Vohr
parent
7249b25868
commit
27599a851f
2
typings/internal-ambient.d.ts
vendored
2
typings/internal-ambient.d.ts
vendored
@@ -40,6 +40,8 @@ declare namespace NodeJS {
|
||||
|
||||
// Additional properties
|
||||
_firstFileName?: string;
|
||||
|
||||
helperExecPath: string;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user