Merge pull request #8152 from electron/dont-show-window

Don't show window in specs
This commit is contained in:
Kevin Sawicki
2016-12-06 13:54:55 -08:00
committed by GitHub

View File

@@ -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) => {