mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
Merge pull request #8152 from electron/dont-show-window
Don't show window in specs
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user