fix(core): update

This commit is contained in:
2021-01-22 18:33:53 +00:00
parent bfeced5f34
commit 67f645ad50
3 changed files with 75 additions and 81 deletions

View File

@ -30,7 +30,8 @@ tap.test('should create a valid instance of SmartAcme', async () => {
});
tap.test('should get a domain certificate', async () => {
await smartAcmeInstance.getCertificateForDomain('bleu.de');
const certificate = await smartAcmeInstance.getCertificateForDomain('bleu.de');
console.log(certificate);
});
tap.test('certmatcher should correctly match domains', async () => {