fix(core): update

This commit is contained in:
Philipp Kunz 2019-01-06 20:41:42 +01:00
parent f8b78c433a
commit a99dea549b

View File

@ -16,7 +16,7 @@ tap.test('should create a valid instance of SmartAcme', async () => {
console.log(args); console.log(args);
} }
}); });
await smartAcmeInstance.getCertificateForDomain('bleu.de'); // await smartAcmeInstance.getCertificateForDomain('bleu.de');
}); });
tap.start(); tap.start();