Merge pull request #8152 from electron/dont-show-window
Don't show window in specs
This commit is contained in:
commit
f1f73eff04
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ describe('ipc module', function () {
|
|||
describe('remote objects registry', function () {
|
||||
it('does not dereference until the render view is deleted (regression)', function (done) {
|
||||
w = new BrowserWindow({
|
||||
show: true
|
||||
show: false
|
||||
})
|
||||
|
||||
ipcMain.once('error-message', (event, message) => {
|
||||
|
|
Loading…
Reference in a new issue