Skip to content

Commit 19a9d15

Browse files
Update test/pummel/test-heapdump-secure-context.js
Co-authored-by: Joyee Cheung <[email protected]>
1 parent a0b2175 commit 19a9d15

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

test/pummel/test-heapdump-secure-context.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ const {
1313
} = require('../common/heap');
1414
const tls = require('tls');
1515

16-
{
17-
const nodes = createJSHeapSnapshot();
18-
const matches = nodes.filter(
19-
(n) => n.name === 'Node / SecureContext' && n.type !== 'string');
20-
assert.strictEqual(matches.length, 0);
21-
}
2216

2317
// eslint-disable-next-line no-unused-vars
2418
const ctx = tls.createSecureContext({

0 commit comments

Comments
 (0)