using standard javascript
This commit is contained in:
parent
0301961c25
commit
0d69738bd6
1 changed files with 1 additions and 1 deletions
|
@ -1278,7 +1278,7 @@ describe('BrowserWindow module', function () {
|
||||||
const currentWebContents = webContents.getAllWebContents().map((i) => i.id)
|
const currentWebContents = webContents.getAllWebContents().map((i) => i.id)
|
||||||
assert.deepEqual(currentWebContents, initialWebContents)
|
assert.deepEqual(currentWebContents, initialWebContents)
|
||||||
done()
|
done()
|
||||||
}, 100);
|
}, 100)
|
||||||
})
|
})
|
||||||
w.loadURL('file://' + path.join(fixtures, 'pages', 'window-open.html'))
|
w.loadURL('file://' + path.join(fixtures, 'pages', 'window-open.html'))
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue