Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janumedia/react-redux-basic

React + Redux and Unit Test with Jest + Enzyme Example
https://github.com/janumedia/react-redux-basic

async axios enzyme jest json jsx middleware mocking react react-redux reactjs redux sass scss snapshot-testing unit-testing

Last synced: 12 days ago
JSON representation

React + Redux and Unit Test with Jest + Enzyme Example

Awesome Lists containing this project

README

        

# React + Redux Unit Test Example using Jest and Enzyme

This repo provide an example using React + Redux Unit Test Example using `babel-jest` and `enzyme`

# Project Setup

This project setup is based on [react-basic-with-minimal-setup repo](https://github.com/janumedia/react-basic-with-minimal-setup), a React project starter example without using `create-react-app` command.

# Middleware

This project example using `redux-thunk`
Please visit [redux-thunk DOC](https://github.com/reduxjs/redux-thunk/blob/master/README.md) for further documentation

# Unit Test

This repo using `jest`, `babel-jest` `enzyme` and `redux-mock-store` for unit testing