mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
Run getGPUFeatureStatus spec on all platforms
This commit is contained in:
@@ -560,8 +560,6 @@ describe('app module', function () {
|
||||
})
|
||||
|
||||
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')
|
||||
|
||||
Reference in New Issue
Block a user