remove screen.getMenuBarHeight spec
This commit is contained in:
parent
199cf31b9e
commit
3635872f37
1 changed files with 0 additions and 13 deletions
|
@ -18,17 +18,4 @@ describe('screen module', () => {
|
||||||
assert(display.size.height > 0)
|
assert(display.size.height > 0)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('screen.getMenuBarHeight()', () => {
|
|
||||||
before(function () {
|
|
||||||
if (process.platform !== 'darwin') {
|
|
||||||
this.skip()
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
it('returns an integer', () => {
|
|
||||||
const screenHeight = screen.getMenuBarHeight()
|
|
||||||
assert.equal(typeof screenHeight, 'number')
|
|
||||||
})
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue