const { expect } = chai; const response1 = await insomnia.send(); expect(response1.status).to.equal(200); const body = JSON.parse(response1.data); expect(body).to.be.an('object');