Closed mandarons closed 1 year ago
Would this be solved by https://github.com/chaijs/chai-http/pull/293 ?
@austince it didn't. I made the one line change of -
type Request = request.SuperAgentRequest;
in node-modules/chai-http/types/index.d.ts. It didn't fix the problem.
I would think this is an issue with the superagent types then, if this is indeed a valid property.
Versions:
chai: 4.3.4 chai-http: 4.3.0
Step to reproduce:
Note: @types/chai-http is NOT installed.