diff --git a/test/test.ts b/test/test.ts index 6b191cc..4248cef 100644 --- a/test/test.ts +++ b/test/test.ts @@ -16,7 +16,7 @@ tap.test('should create a valid instance of SmartAcme', async () => { console.log(args); } }); - await smartAcmeInstance.getCertificateForDomain('bleu.de'); + // await smartAcmeInstance.getCertificateForDomain('bleu.de'); }); tap.start();