mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
committed by
Cheng Zhao
parent
15db4ee450
commit
c0331673da
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user