From 55fcb286a5c4ab0ecf97a0de1086fbe10f83abbb Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 31 May 2017 08:10:55 -0700 Subject: [PATCH] Run getGPUFeatureStatus spec on all platforms --- spec/api-app-spec.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/api-app-spec.js b/spec/api-app-spec.js index bbba81955f93..cda0fbea2109 100644 --- a/spec/api-app-spec.js +++ b/spec/api-app-spec.js @@ -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')