/react-tests-w-jest

React Redux Unit & Integration Testing with Jest and Enzyme

Primary LanguageHTML

React Redux Testing Template using Jest and Enzyme

A test first approch (TDD) to coding with react and redux.

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