fix(core): update
This commit is contained in:
parent
9abbcac166
commit
5a82307afe
@ -12,7 +12,7 @@ tap.test('should validate an email', async () => {
|
|||||||
const result = await emailAddressValidatorInstance.validate('sandbox@bleu.de');
|
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({
|
const testSmartmail = new smartmail.Smartmail({
|
||||||
body: 'hi there',
|
body: 'hi there',
|
||||||
from: 'noreply@mail.lossless.com',
|
from: 'noreply@mail.lossless.com',
|
||||||
|
Loading…
Reference in New Issue
Block a user