Remove .only

This commit is contained in:
Hari Juturu 2017-05-17 20:10:11 -07:00 committed by Hari Krishna Reddy Juturu
parent 5e04fab2ba
commit de5eaf9336

View file

@ -534,7 +534,7 @@ describe('app module', function () {
})
})
describe.only('getAppMetrics() API', function () {
describe('getAppMetrics() API', function () {
it('returns the process memory of all running electron processes', function () {
const appMetrics = app.getAppMetrics()
assert.ok(appMetrics.length > 0, 'App memory info object is not > 0')