Run getGPUFeatureStatus spec on all platforms
This commit is contained in:
parent
bf2fca3dd1
commit
55fcb286a5
1 changed files with 0 additions and 2 deletions
|
@ -560,8 +560,6 @@ describe('app module', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('getGPUFeatureStatus() API', function () {
|
describe('getGPUFeatureStatus() API', function () {
|
||||||
if (process.platform !== 'darwin') return
|
|
||||||
|
|
||||||
it('returns the graphic features statuses', function () {
|
it('returns the graphic features statuses', function () {
|
||||||
const features = app.getGPUFeatureStatus()
|
const features = app.getGPUFeatureStatus()
|
||||||
assert.equal(typeof features.webgl, 'string')
|
assert.equal(typeof features.webgl, 'string')
|
||||||
|
|
Loading…
Reference in a new issue