Skip to content

christopher-black/unit-testing-redux-saga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Testing Redux with Sagas

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.

Global Dependencies

  • mocha npm install mocha -g

Setup

  • npm install
  • npm test

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published