2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

add axiosist to ECOSYSTEM.md (#963)

This commit is contained in:
George Chung
2017-08-13 23:30:27 +08:00
committed by Rubén Norte
parent db4acb2ec9
commit 62db26b588
+1
View File
@@ -13,3 +13,4 @@ This is a list of axios related libraries and resources. If you have a suggestio
* [axios-debug-log](https://github.com/Gerhut/axios-debug-log) - Axios interceptor of logging requests & responses by debug.
* [axios-method-override](https://github.com/jacobbuck/axios-method-override) - Axios http request method override plugin
* [mocha-axios](https://github.com/jdrydn/mocha-axios) - Streamlined integration testing with Mocha & Axios
* [axiosist](https://github.com/Gerhut/axiosist) - Axios based supertest: convert node.js request handler to axios adapter, used for node.js server unit test.