diff --git a/test/pummel/test-heapdump-env.js b/test/pummel/test-heapdump-env.js index 2e9f75cbfff3ba..703ad8f690ce95 100644 --- a/test/pummel/test-heapdump-env.js +++ b/test/pummel/test-heapdump-env.js @@ -38,4 +38,10 @@ validateSnapshotNodes('Node / Realm', [{ ] }]); +validateSnapshotNodes('Node / Realm', [{ + children: [ + { node_name: 'process', edge_name: 'process_object' }, + ] +}]); + console.log(context); // Make sure it's not GC'ed