developit / redaxios

The Axios API, as an 800 byte Fetch wrapper.
https://npm.im/redaxios
Apache License 2.0
4.72k stars 100 forks source link

Request: Run with axios test suite #67

Open vegerot opened 3 years ago

vegerot commented 3 years ago

In order to ensure maximum compatibility with Axios, it would be make devs feel much more comfortable if redaxios pulled in the axios test suite and could pass all of its tests. Or at least have a list of failed tests, so that we can explain to devs which features aren't supported and why

developit commented 3 years ago

If anyone wants to do this, that would be great! I don't have the time.

vegerot commented 3 years ago

Minor: I think this should be added as a requirement for https://github.com/developit/redaxios/projects/1 .

I will work on this when I get the time 🙂, but it is also a good first issue for anyone looking to contribute