redux-jest

Write Redux test with Jest


Keywords
redux, jest, test, react
License
MIT
Install
npm install redux-jest@1.1.1

Documentation

redux-jest

Write Redux test with Jest

Installation

npm install redux-jest --save

API

actionTest(description, actionCreator, data, type)

reducerTest(description, reducer, stateBefore, action, stateAfter)

asyncReducerTest(description, reducer, stateBefore, asyncAction, stateAfter)

Example tests

This is an Jest port of redux-ava. For more documentation, check there.

npm install
npm test

Dependencies

  • deep-freeze: recursively Object.freeze() objects and functions

Dev Dependencies

  • jest-cli: Painless JavaScript Unit Testing.
  • miclint: mic lint cli
  • snazzy: Format JavaScript Standard Style as Stylish (i.e. snazzy) output

License

MIT

Generated by package-json-to-readme