Javascript – error when making request in test using mocha with chaiHttp
I try to use chai to make a request to my API on the /login route, but it cannot complete, I can use the same structure to do it for another route but it is not working in the best…