feat: add process.getBlinkMemoryInfo() (#17762)
This commit is contained in:
parent
2dbd2c07e4
commit
a1226d75ff
6 changed files with 42 additions and 0 deletions
|
@ -1927,6 +1927,7 @@ describe('BrowserWindow module', () => {
|
|||
expect(test.hasCrash).to.be.true()
|
||||
expect(test.hasHang).to.be.true()
|
||||
expect(test.heapStatistics).to.be.an('object')
|
||||
expect(test.blinkMemoryInfo).to.be.an('object')
|
||||
expect(test.processMemoryInfo).to.be.an('object')
|
||||
expect(test.systemVersion).to.be.a('string')
|
||||
expect(test.cpuUsage).to.be.an('object')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue