fix(core): update

This commit is contained in:
2022-08-07 18:23:53 +02:00
parent afd6bb8479
commit 3d282385f3
6 changed files with 15 additions and 23 deletions

View File

@ -40,6 +40,6 @@ tap.test('should create a direct smartsmtp transport', async () => {
'phil@kunz.io'
);
console.log(result);
})
});
tap.start();