Remove .only from spec
This commit is contained in:
parent
ede3dbd201
commit
8fa4d66a5e
1 changed files with 1 additions and 1 deletions
|
@ -859,7 +859,7 @@ describe('browser-window module', function () {
|
|||
})
|
||||
|
||||
describe('when the devtools is docked', function () {
|
||||
it.only('creates the extension', function (done) {
|
||||
it('creates the extension', function (done) {
|
||||
w.webContents.openDevTools({mode: 'bottom'})
|
||||
|
||||
ipcMain.once('answer', function (event, message) {
|
||||
|
|
Loading…
Reference in a new issue