Simplifies Axios errors, great for test environments where you axios errors are taking hundreds of lines.
npm install axios-error-monkeypatchSimplifies Axios errors, great for test environments where you axios errors are taking hundreds of lines.


yarn add --dev axios-error-monkeypatch
``ts
import axiosErrorMonkeypatch from "axios-error-monkeypatch"
axiosErrorMonkeyPatch()
``