We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348dcc6 commit 5f18419Copy full SHA for 5f18419
src/test/cache-github-fake.test.ts
@@ -23,7 +23,7 @@ const __filename = fileURLToPath(import.meta.url);
23
const __dirname = pathlib.dirname(__filename);
24
const repoRoot = pathlib.resolve(__dirname, '..', '..');
25
26
-const SELF_SIGNED_CERT = selfsigned.generate(
+const SELF_SIGNED_CERT = await selfsigned.generate(
27
[{name: 'commonName', value: 'localhost'}],
28
// More recent versions of TLS require a larger minimum key size than the
29
// default of this library (1024). Let's also upgrade from sha1 to sha256
0 commit comments