fix(ts_node): Fixed issues in HTTPS certificate generation for TapNodeTools
This commit is contained in:
		| @@ -11,7 +11,7 @@ tap.test('should create a https cert', async () => { | ||||
|   const { key, cert } = await tapNodeTools.createHttpsCert('localhost'); | ||||
|   console.log(key); | ||||
|   console.log(cert); | ||||
|   expect(key).toInclude('-----BEGIN PRIVATE KEY-----'); | ||||
|   expect(key).toInclude('-----BEGIN RSA PRIVATE KEY-----'); | ||||
|   expect(cert).toInclude('-----BEGIN CERTIFICATE-----'); | ||||
| }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user