Invoke callback instead of returning
This commit is contained in:
parent
2fe83bc5f0
commit
d2d11ce8bd
2 changed files with 10 additions and 7 deletions
|
@ -1025,7 +1025,7 @@ describe('browser-window module', function () {
|
|||
}, /Unexpected token }/)
|
||||
})
|
||||
|
||||
describe.only('when the devtools is docked', function () {
|
||||
describe('when the devtools is docked', function () {
|
||||
it('creates the extension', function (done) {
|
||||
w.webContents.openDevTools({mode: 'bottom'})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue