From 9c6076b87beb974006edb35b5452ee3ee4efd08a Mon Sep 17 00:00:00 2001 From: Matt Zabriskie Date: Tue, 31 May 2016 09:37:19 -0600 Subject: [PATCH] Updating ECOSYSTEM --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index eaa39a3..20acb28 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -4,6 +4,7 @@ This is a list of axios related libraries and resources. If you have a suggestio ## Libraries +* [moxios](https://github.com/mzabriskie/moxios) - Mock axios requests for testing * [axios-response-logger](https://github.com/srph/axios-response-logger) - Axios interceptor which logs responses * [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) — Axios adapter that allows to easily mock requests * [redux-axios-middleware](https://github.com/svrcekmichal/redux-axios-middleware) - Redux middleware for fetching data with axios HTTP client