in Unit testing https://docs.insomnia.rest/insomnia/unit-testing. Would you please add the ability to invoke another API from the Javascript code editor?
const response = await insomnia.send();
const body = JSON.parse(response.data);
expect(body).to.be.an('array');
in Unit testing https://docs.insomnia.rest/insomnia/unit-testing. Would you please add the ability to invoke another API from the Javascript code editor?
const response = await insomnia.send();
const body = JSON.parse(response.data);
expect(body).to.be.an('array');