Revert "Disable a failing test"

This reverts commit 25c0cf0612.
This commit is contained in:
Aleksei Kuzmin 2017-08-16 17:18:50 +03:00 committed by Cheng Zhao
parent 15db4ee450
commit c0331673da

View file

@ -1962,7 +1962,7 @@ describe('BrowserWindow module', function () {
assert.equal(w.isResizable(), true)
})
xit('works for a frameless window', () => {
it('works for a frameless window', () => {
w.destroy()
w = new BrowserWindow({show: false, frame: false})
assert.equal(w.isResizable(), true)