Add spec
This commit is contained in:
parent
9f64c39f8c
commit
0ed10658a3
4 changed files with 15 additions and 2 deletions
|
@ -865,6 +865,7 @@ describe('browser-window module', function () {
|
|||
ipcMain.once('answer', function (event, message) {
|
||||
assert.equal(message.runtimeId, 'foo')
|
||||
assert.equal(message.tabId, w.webContents.id)
|
||||
assert.equal(message.i18nString, 'foo - bar (baz)')
|
||||
done()
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue