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