✅ Forgot a describe.only
This commit is contained in:
parent
2231673b03
commit
6e3407d4a4
1 changed files with 1 additions and 1 deletions
|
@ -1995,7 +1995,7 @@ describe('BrowserWindow module', function () {
|
||||||
clearTimeout(showPanelTimeoutId)
|
clearTimeout(showPanelTimeoutId)
|
||||||
})
|
})
|
||||||
|
|
||||||
describe.only('BrowserWindow.addDevToolsExtension', function () {
|
describe('BrowserWindow.addDevToolsExtension', function () {
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
BrowserWindow.removeDevToolsExtension('foo')
|
BrowserWindow.removeDevToolsExtension('foo')
|
||||||
assert.equal(BrowserWindow.getDevToolsExtensions().hasOwnProperty('foo'), false)
|
assert.equal(BrowserWindow.getDevToolsExtensions().hasOwnProperty('foo'), false)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue