Open
Description
In some cases, a server will return result.body
as a null
value, in other cases it will return an empty response. Practically, the difference often doesn't matter. It would be nice if a method checked that either of these were met:
expect(res.body).to.be.null
or expect(res.body).to.be.empty