Remove .only call
This commit is contained in:
parent
97b4f12112
commit
238beb72ee
1 changed files with 1 additions and 1 deletions
|
@ -1774,7 +1774,7 @@ describe('browser-window module', function () {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe.only('window position', function () {
|
describe('window position', function () {
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
if (w != null) w.destroy()
|
if (w != null) w.destroy()
|
||||||
w = new BrowserWindow()
|
w = new BrowserWindow()
|
||||||
|
|
Loading…
Reference in a new issue