Skip to content

contactsimonwilson/Testing-React-Redux-with-Jest-and-Enzyme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux Testing Template using Jest and Enzyme

The purpose of this project is to demonstrate how to properly implement a test first approch (TDD) to coding with react and redux.

Within this project you will find examples of testing:

  • Connected and unconnected components
  • Component state and Redux state
  • Action creators and reducers
  • Complex action creators that use Redux Thunk and Axios
  • Action creators called from connected components

About

React Redux Testing Template using Jest and Enzyme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.0%
  • HTML 9.5%
  • CSS 5.5%