mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Don't show BrowserWindow in test
This commit is contained in:
@@ -1088,7 +1088,7 @@ describe('BrowserWindow module', function () {
|
||||
beforeEach(() => {
|
||||
w.destroy()
|
||||
w = new BrowserWindow({
|
||||
show: true,
|
||||
show: false,
|
||||
webPreferences: {
|
||||
nativeWindowOpen: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user