зеркало из https://github.com/electron/electron.git
Remove .only from spec
This commit is contained in:
Родитель
ede3dbd201
Коммит
8fa4d66a5e
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче