We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd77e1 commit 202be4bCopy full SHA for 202be4b
test/parallel/test-tls-set-default-ca-certificates-append-fetch.mjs
@@ -5,13 +5,13 @@
5
// with fetch.
6
7
import * as common from '../common/index.mjs';
8
-import { includesCert } from '../common/tls.js';
9
import { once } from 'node:events';
10
import * as fixtures from '../common/fixtures.mjs';
11
import assert from 'node:assert';
12
13
if (!common.hasCrypto) common.skip('missing crypto');
14
+const { includesCert } = await import('../common/tls.mjs');
15
const { default: https } = await import('node:https');
16
const { default: tls } = await import('node:tls');
17
0 commit comments