mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Removing describe.only
This commit is contained in:
committed by
Hari Krishna Reddy Juturu
parent
81bd9fa3a2
commit
88ad28b2a5
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user