chai-http
chai-http copied to clipboard
superagent lock prevents use of chai-http
Hello
Your package.json declares the following dependency
"@types/superagent": "^3.8.3",
https://github.com/chaijs/chai-http/blob/master/package.json#L54
But that version of @types/superagent
contains a bug:
https://github.com/DefinitelyTyped/DefinitelyTyped/issues/12044
That bug prevents some of my dependencies to compile, so I will have to uninstall chai-http altogether from my project
This is related to https://github.com/chaijs/chai-http/issues/262
Best