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