fix(npm publishing): update
This commit is contained in:
		| @@ -4,11 +4,11 @@ import * as smartacme from '../ts/index'; | ||||
|  | ||||
| let smartAcmeInstance: smartacme.SmartAcme; | ||||
|  | ||||
| tap.test('should create a valid instance of SmartAcme' , async () => { | ||||
| tap.test('should create a valid instance of SmartAcme', async () => { | ||||
|   smartAcmeInstance = new smartacme.SmartAcme(); | ||||
|   await smartAcmeInstance.init() | ||||
|   await smartAcmeInstance.init(); | ||||
|   console.log(smartAcmeInstance.directoryUrls); | ||||
|   await smartAcmeInstance.getCertificateForDomain('bleu.de'); | ||||
| }) | ||||
| }); | ||||
|  | ||||
| tap.start(); | ||||
| tap.start(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user