fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-18 16:21:06 +00:00
parent 9abbcac166
commit 5a82307afe

View File

@ -12,7 +12,7 @@ tap.test('should validate an email', async () => {
const result = await emailAddressValidatorInstance.validate('sandbox@bleu.de');
});
tap.test('first test', async () => {
tap.test('should create a SmartMail', async () => {
const testSmartmail = new smartmail.Smartmail({
body: 'hi there',
from: 'noreply@mail.lossless.com',