Don't show BrowserWindow in test
This commit is contained in:
parent
349ea3a15a
commit
659722924d
1 changed files with 1 additions and 1 deletions
|
@ -1088,7 +1088,7 @@ describe('BrowserWindow module', function () {
|
|||
beforeEach(() => {
|
||||
w.destroy()
|
||||
w = new BrowserWindow({
|
||||
show: true,
|
||||
show: false,
|
||||
webPreferences: {
|
||||
nativeWindowOpen: true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue