Fix spec description
This commit is contained in:
parent
2c21d3b3fa
commit
3af9f572ac
1 changed files with 1 additions and 1 deletions
|
@ -1070,7 +1070,7 @@ describe('BrowserWindow module', function () {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('useNativeWindowOpen option', () => {
|
describe('nativeWindowOpen option', () => {
|
||||||
it('allows synchronous access to window opened by window.open()', (done) => {
|
it('allows synchronous access to window opened by window.open()', (done) => {
|
||||||
ipcMain.once('answer', function (event, content) {
|
ipcMain.once('answer', function (event, content) {
|
||||||
assert.equal(content, 'Hello')
|
assert.equal(content, 'Hello')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue