Add initial getGPUFeatureStatus spec
This commit is contained in:
Родитель
0ecfb4e2f8
Коммит
4a5831a733
|
@ -558,4 +558,14 @@ describe('app module', function () {
|
|||
assert.ok(types.includes('Tab'))
|
||||
})
|
||||
})
|
||||
|
||||
describe('getGPUFeatureStatus() API', function () {
|
||||
if (process.platform !== 'darwin') return
|
||||
|
||||
it('returns the graphic features statuses', function () {
|
||||
const features = app.getGPUFeatureStatus()
|
||||
assert.equal(typeof features.webgl, 'string')
|
||||
assert.equal(typeof features.gpu_compositing, 'string')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче