mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
using standard javascript
This commit is contained in:
@@ -1278,7 +1278,7 @@ describe('BrowserWindow module', function () {
|
||||
const currentWebContents = webContents.getAllWebContents().map((i) => i.id)
|
||||
assert.deepEqual(currentWebContents, initialWebContents)
|
||||
done()
|
||||
}, 100);
|
||||
}, 100)
|
||||
})
|
||||
w.loadURL('file://' + path.join(fixtures, 'pages', 'window-open.html'))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user