parent
15db4ee450
commit
c0331673da
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue