fix(core): update
This commit is contained in:
		| @@ -13,9 +13,11 @@ let testSmartmail: smartmail.Smartmail<IMailgunMessage>; | ||||
| tap.test('should create a mailgun account', async () => { | ||||
|   testMailgunAccount = new mailgun.MailgunAccount({ | ||||
|     apiToken: testQenv.getEnvVarOnDemand('MAILGUN_API_TOKEN'), | ||||
|     region: 'eu' | ||||
|     region: 'eu', | ||||
|   }); | ||||
|   await testMailgunAccount.addSmtpCredentials(testQenv.getEnvVarOnDemand('MAILGUN_SMTP_CREDENTIALS')); | ||||
|   await testMailgunAccount.addSmtpCredentials( | ||||
|     testQenv.getEnvVarOnDemand('MAILGUN_SMTP_CREDENTIALS') | ||||
|   ); | ||||
|   expect(testMailgunAccount).toBeInstanceOf(mailgun.MailgunAccount); | ||||
| }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user