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

React Redux Testing Template using Jest and Enzyme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 85.7%Language:HTML 9.0%Language:CSS 5.2%