Enable takeHeapSnapshot spec

This commit is contained in:
Kevin Sawicki 2017-03-14 13:32:42 -07:00
parent 469ab8b509
commit a35cce5f7a

View file

@ -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()
})
})