Remove .only call

This commit is contained in:
Kevin Sawicki 2016-11-22 11:41:02 -08:00
parent 97b4f12112
commit 238beb72ee

View file

@ -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()