This repository shows how to test redux-saga without React. The user.requests.js
file isn't technically used by is required as an import for the saga. Sinon is used to mock the response in place of the actual API request.
- mocha
npm install mocha -g
npm install
npm test