Add extra test

This commit is contained in:
Isaac Shoebottom 2022-10-21 00:31:21 -03:00
parent 542510f5d0
commit 29d579b8ac

View File

@ -51,6 +51,10 @@ ciao,
Marco Marco
`); `);
}); });
it("no body",
function() {
expect(message.body(testMsg)).toEqual(undefined)
});
}); });
let fullHeaderMsg ={"headers": { let fullHeaderMsg ={"headers": {