Skip to content

Commit

Permalink
Adding axios-test-instance to ecosystem (axios#3496)
Browse files Browse the repository at this point in the history
`axios-test-instance` is a package that allows users to write tests for NodeJS
servers using Axios.

Co-authored-by: Jay <[email protected]>
  • Loading branch information
remcohaszing and jasonsaayman authored Dec 22, 2021
1 parent cd1b82b commit 4c8b02d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ECOSYSTEM.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ This is a list of axios related libraries and resources. If you have a suggestio

* [axiosist](https://github.com/Gerhut/axiosist) - Axios based supertest: convert node.js request handler to axios adapter, used for node.js server unit test.
* [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) — Axios adapter that allows to easily mock requests
* [axios-test-instance](https://github.com/remcohaszing/axios-test-instance) — Test NodeJS backends using Axios
* [moxios](https://github.com/axios/moxios) - Mock axios requests for testing
* [mocha-axios](https://github.com/jdrydn/mocha-axios) - Streamlined integration testing with Mocha & Axios

0 comments on commit 4c8b02d

Please sign in to comment.