From a99dea549b87520726d6d7449296e7c06d5c726f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 6 Jan 2019 20:41:42 +0100 Subject: [PATCH] fix(core): update --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();