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(() => {
|
beforeEach(() => {
|
||||||
w.destroy()
|
w.destroy()
|
||||||
w = new BrowserWindow({
|
w = new BrowserWindow({
|
||||||
show: true,
|
show: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nativeWindowOpen: true
|
nativeWindowOpen: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue