From 88ad28b2a5525197a86f0c9959ea6c53cbf920f8 Mon Sep 17 00:00:00 2001 From: HariJ Date: Thu, 27 Apr 2017 11:32:20 -0700 Subject: [PATCH] Removing describe.only --- spec/api-app-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/api-app-spec.js b/spec/api-app-spec.js index 5f348f9c1855..7e2430ef3727 100644 --- a/spec/api-app-spec.js +++ b/spec/api-app-spec.js @@ -534,7 +534,7 @@ describe('app module', function () { }) }) - describe.only('getAppMemoryInfo() API', function () { + describe('getAppMemoryInfo() API', function () { it('returns the process memory of all running electron processes', function () { const appMemoryInfo = app.getAppMemoryInfo() assert.ok(appMemoryInfo.length > 0, 'App memory info object is not > 0')