https://github.com/seamapi/axios-error-monkeypatch
https://github.com/seamapi/axios-error-monkeypatch
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seamapi/axios-error-monkeypatch
- Owner: seamapi
- Created: 2022-07-14T15:52:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T12:04:04.000Z (7 months ago)
- Last Synced: 2025-01-28T03:13:06.864Z (5 months ago)
- Language: JavaScript
- Size: 108 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# axios-error-monkeypatch
Simplifies Axios errors, great for test environments where you axios errors are taking hundreds of lines.
## Before

## After

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