This commit is contained in:
Kevin Sawicki 2016-08-29 10:27:34 -07:00
parent 558ee08be9
commit 625bfe53f7
2 changed files with 2 additions and 2 deletions

View file

@ -323,7 +323,7 @@ describe('ipc module', function () {
assert.equal(value.protocol, 'file:')
assert.equal(value.hostname, '')
done()
})
})
ipcRenderer.send('message', document.location)
})