mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Enable takeHeapSnapshot spec
This commit is contained in:
@@ -21,8 +21,9 @@ describe('chromium feature', function () {
|
||||
listener = null
|
||||
})
|
||||
|
||||
xdescribe('heap snapshot', function () {
|
||||
describe('heap snapshot', function () {
|
||||
it('does not crash', function () {
|
||||
if (process.env.TRAVIS === 'true') return
|
||||
process.atomBinding('v8_util').takeHeapSnapshot()
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user