Remove .only from spec

This commit is contained in:
Jessica Lord 2016-06-09 16:39:42 -07:00
parent ede3dbd201
commit 8fa4d66a5e

View file

@ -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) {