Fix spec description

This commit is contained in:
Ryohei Ikegami 2017-03-19 20:10:25 +09:00
parent 2c21d3b3fa
commit 3af9f572ac

View file

@ -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')