add tests

This commit is contained in:
2018-11-02 19:12:16 +01:00
parent 5e494cb767
commit 3dc0c1cae7
3 changed files with 32 additions and 19 deletions

View File

@ -27,4 +27,8 @@ tap.test('should create a standard log message', async () => {
});
});
tap.test('should send the message', async () => {
await testLogDnaAccount.sendLogDnaMessage(testLogMessage);
})
tap.start();