mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove .only from spec
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user