Precious Amesinlola

Results 1 issues of Precious Amesinlola

I am currently achieving this by initializing the request then modifying the method before sending. Something like this: ```javascript const request = chai.request(app) .get(url) .set('Authorization', bearerToken); request.method = newMethod; const...