mpyw / axios-case-converter

Axios transformer/interceptor that converts snake_case/camelCase
MIT License
160 stars 18 forks source link

🤮 Fix `axios` and `axios-mock-adapter` compatibility issue on tests 🤮 #48

Closed mpyw closed 2 years ago

mpyw commented 2 years ago

🤮 Fixes #47 🤮


The two critical problems are:

While not a bug, axios@v1 still has a problem for testability. In this PR, I managed to get the test passed via dirty hacks.