/react-test

Testing React Redux Apps with Jest and Enzyme

Primary LanguageJavaScript

React-Test

A React Redux Todo App to illustrate testing with Jest and Enzyme

Build Setup

# install dependencies
npm install

# build application
npm run build

# serve at localhost:8000
npm run server

# run all tests
npm test