2 Commits

Author SHA1 Message Date
e643cf714e 1.0.15 2020-06-18 16:21:06 +00:00
5a82307afe fix(core): update 2020-06-18 16:21:06 +00:00
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartmail",
"version": "1.0.14",
"version": "1.0.15",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartmail",
"version": "1.0.14",
"version": "1.0.15",
"private": false,
"description": "a unified format for representing and dealing with mails",
"main": "dist_ts/index.js",

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',