Remove .only
This commit is contained in:
parent
5e04fab2ba
commit
de5eaf9336
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
it('returns the process memory of all running electron processes', function () {
|
||||||
const appMetrics = app.getAppMetrics()
|
const appMetrics = app.getAppMetrics()
|
||||||
assert.ok(appMetrics.length > 0, 'App memory info object is not > 0')
|
assert.ok(appMetrics.length > 0, 'App memory info object is not > 0')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue