Skip to content

Commit b7949b0

Browse files
committed
[squash] bridgear comment
1 parent e95cc8a commit b7949b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/parallel/test-tls-transport-destroy-after-own-gc.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,17 @@
55
// Unfortunately, this tests only "works" reliably when checked with valgrind or
66
// a similar tool.
77

8-
/* eslint-disable no-unused-vars */
9-
108
const common = require('../common');
119
if (!common.hasCrypto)
1210
common.skip('missing crypto');
1311

14-
const assert = require('assert');
1512
const { TLSSocket } = require('tls');
1613
const makeDuplexPair = require('../common/duplexpair');
1714

1815
let { clientSide } = makeDuplexPair();
1916

2017
let clientTLS = new TLSSocket(clientSide, { isServer: false });
18+
// eslint-disable-next-line no-unused-vars
2119
let clientTLSHandle = clientTLS._handle;
2220

2321
setImmediate(() => {

0 commit comments

Comments
 (0)