fix(core): update

This commit is contained in:
2019-01-12 21:06:29 +01:00
parent 54fe89860e
commit 5546fa5f49
2 changed files with 9 additions and 2 deletions

View File

@ -30,4 +30,8 @@ tap.test('should create a valid instance of SmartAcme', async () => {
// await smartAcmeInstance.getCertificateForDomain('bleu.de');
});
tap.test('should stop correctly', async () => {
await smartAcmeInstance.stop();
});
tap.start();