mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix spec description
This commit is contained in:
@@ -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) => {
|
||||
ipcMain.once('answer', function (event, content) {
|
||||
assert.equal(content, 'Hello')
|
||||
|
||||
Reference in New Issue
Block a user