From 62db26b58854f53beed0d9513b5cf18615c64a2d Mon Sep 17 00:00:00 2001 From: George Chung Date: Sun, 13 Aug 2017 23:30:27 +0800 Subject: [PATCH] add axiosist to ECOSYSTEM.md (#963) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index eba849a885..ac2013acac 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -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.