# Testing-React-Redux-with-Jest-and-Enzyme **Repository Path**: mini-docker/Testing-React-Redux-with-Jest-and-Enzyme ## Basic Information - **Project Name**: Testing-React-Redux-with-Jest-and-Enzyme - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2021-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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