If you need to get more information about the HTTP request, response, body, JSON, etc. Frisby has several built-in helpers that log information to the console for you to see.
frisby.inspectJSON()
Prints formatted and spaced JSON to the console.
1
const frisby =require('frisby');
2
3
it('GET should return a status of 200 OK',function(done){