Closed torra closed 1 month ago
Good catch!
My mistake. We did publish a 5.1.0 release but the ci workflow to release it to npm failed
I will sort it out 👍
Great, thanks!
Thanks for fixing this!
I believe I found two small typos in the README btw: https://github.com/chaijs/chai-http/pull/343/files
Currently, in the documentation in the readme, there is an example importing
request
fromchai-http
:However, there is no export named
request
in the currently available release in npm, which is 5.0.0:There is a tagged 5.1.0 release in github - does that fix the issue? Are there plans to publish that release to npm?