Skip to content

Latest commit

 

History

History
executable file
·
11 lines (8 loc) · 453 Bytes

File metadata and controls

executable file
·
11 lines (8 loc) · 453 Bytes

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