Add extra test
This commit is contained in:
parent
542510f5d0
commit
29d579b8ac
@ -51,6 +51,10 @@ ciao,
|
||||
Marco
|
||||
`);
|
||||
});
|
||||
it("no body",
|
||||
function() {
|
||||
expect(message.body(testMsg)).toEqual(undefined)
|
||||
});
|
||||
|
||||
});
|
||||
let fullHeaderMsg ={"headers": {
|
||||
|
Loading…
Reference in New Issue
Block a user