mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove .only call
This commit is contained in:
@@ -1774,7 +1774,7 @@ describe('browser-window module', function () {
|
||||
})
|
||||
})
|
||||
|
||||
describe.only('window position', function () {
|
||||
describe('window position', function () {
|
||||
beforeEach(function () {
|
||||
if (w != null) w.destroy()
|
||||
w = new BrowserWindow()
|
||||
|
||||
Reference in New Issue
Block a user