Removing describe.only

This commit is contained in:
HariJ 2017-04-27 11:32:20 -07:00 committed by Hari Krishna Reddy Juturu
parent 81bd9fa3a2
commit 88ad28b2a5

View file

@ -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')