Invoke callback instead of returning

This commit is contained in:
Kevin Sawicki 2016-06-28 13:02:03 -07:00
parent 2fe83bc5f0
commit d2d11ce8bd
2 changed files with 10 additions and 7 deletions

View file

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