Forgot a describe.only

This commit is contained in:
Alexandre Lachèze 2017-07-05 19:10:02 +02:00
parent 2231673b03
commit 6e3407d4a4

View file

@ -1995,7 +1995,7 @@ describe('BrowserWindow module', function () {
clearTimeout(showPanelTimeoutId)
})
describe.only('BrowserWindow.addDevToolsExtension', function () {
describe('BrowserWindow.addDevToolsExtension', function () {
beforeEach(function () {
BrowserWindow.removeDevToolsExtension('foo')
assert.equal(BrowserWindow.getDevToolsExtensions().hasOwnProperty('foo'), false)