test: replace common.fixturesDir w/ fixtures.path
PR-URL: https://github.com/nodejs/node/pull/15819 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
27b5bf14ca
commit
85a5a2c228
@ -1,12 +1,12 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
const common = require('../common');
|
require('../common');
|
||||||
|
|
||||||
// Verify connection with explicitly created client SecureContext.
|
// Verify connection with explicitly created client SecureContext.
|
||||||
|
|
||||||
const join = require('path').join;
|
const fixtures = require('../common/fixtures');
|
||||||
const {
|
const {
|
||||||
assert, connect, keys, tls
|
assert, connect, keys, tls
|
||||||
} = require(join(common.fixturesDir, 'tls-connect'));
|
} = require(fixtures.path('tls-connect'));
|
||||||
|
|
||||||
connect({
|
connect({
|
||||||
client: {
|
client: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user