-
redux-mock-store
https://github.com/arnaudbenard/redux-mock-store
A mock store for your testing your redux async action creators and middleware -
redux-test
https://github.com/dariocravero/redux-test
Create a redux-like store for testing -
Redux Test Recorder
https://github.com/conorhastings/redux-test-recorder
Redux test recorder is a redux middleware + included component for automagically generating tests for your reducers based on the actions in your app. -
redux-ava
https://github.com/sotojuan/redux-ava
Write AVA tests for redux pretty quickly -
redux-chaos
https://github.com/thomas-jeepe/redux-chaos
Dead Simple Chaos/Property Testing with Redux This randomly chooses an action from an array 100,000 times and dispatches it to a store with a hook on each repetition. -
tape-redux
https://github.com/KaleoSoftware/tape-redux
Write tape tests for redux blazingly fast. -
Redux-duck-test
https://github.com/sergiodxa/redux-duck-test
Helper functions for testing redux ducks made with redux-duck library -
redux-test-store
https://github.com/davidkpiano/redux-test-store
Test existing stores in Redux, the easy way -
expect-redux
https://github.com/rradczewski/expect-redux
Assertions for testing a redux store and the actions dispatched to it using mocha and its Promise-Interface with expect Matchers -
Redux-Promise-Mock
https://github.com/ericmasiello/Redux-Promise-Mock
Middleware meant to be used with Redux Promise that can be used to mock remote API calls with mock data. This middleware will automatically return mock data whenever the API promise-based request executed via redux-promise (https://github.com/acdlite/redux-promise) throws an error. -
redux-devtools-test-generator
https://github.com/zalmoxisus/redux-devtools-test-generator
Generate tests right in Redux DevTools. -
redux-simple-test-recorder
https://github.com/e-xtrategy/redux-simple-test-recorder
Simple Test Recorder for Redux. Record actions running through your store. -
redux-test-utils
https://github.com/knegusen/redux-test-utils
Provides a mock store and utilities for checking dispatched actions. -
redux-jest
https://github.com/Roilan/redux-jest
Write your Redux test with Jest. Port of redux-ava. -
redux-mocha-test-generators
https://github.com/jesalerno84/redux-mocha-test-generators
Utilities for generating Mocha tests for Redux code -
redux-mock-provider
https://github.com/scalable-react/redux-mock-provider
A helper utility that makes available a mock redux store and Provider for the purposes of testing connected components. -
redux-spec
https://github.com/frankrowe/redux-spec
A library to validate a redux store against a json schema, and to generate sample data for testing purposes. -
fuuka
https://github.com/acrees/fuuka
A mock store for testing redux applications -
jest-redux-snap
https://github.com/faceyspacey/jest-redux-snap
Reactive test helpers for redux and jest. snap everything!!! -
react-redux-mock
https://github.com/khanghoang/react-redux-mock
Mock the react-redux package for testing. -
mocha-redux-integration
https://github.com/tomvej/mocha-redux-integration
Integration testing of redux stores with mocha -
chai-redux
https://github.com/ScaCap/chai-redux
An extension plugin for the Chai assertion library for testing Redux stores. -
redux-test-belt
https://github.com/Workable/redux-test-belt
Redux-test-belt is a JavaScript testing utility for Redux that makes it easier to assert, isolate, manipulate, and traverse your store's output. Redux-test-belt's API is meant to be flexible by mimicking / extending Redux's store functionality. Furthermore, Redux-test-belt is unopinionated regarding which test runner, assertion library or how your application is constructed. -
enzyme-redux
https://github.com/knegusen/enzyme-redux
Test utils to simplify testing of containers in redux with enzyme. -
redux-tdd
https://github.com/lmatteis/redux-tdd
Dot-chaining syntax for doing TDD with redux by composing unit tests as if they were integration tests -
redux-mock-store-middleware
https://github.com/rstudio/redux-mock-store-middleware
Middleware that allows you to use a fully-working store in tests -
jest-react-redux
https://github.com/ImmoweltGroup/jest-react-redux
Makes snapshot testing of react-redux (e.g. mapStateToProps or mapDispatchToProps) glue-code easy as pie. -
mocha-redux-integration
https://github.com/tomvej/mocha-redux-integration
Integration testing of redux stores with mocha. The aim of this project is to offer a custom mocha UI to facilitate these tests. The test structure seems to be best represented by given-when-then syntax with given being initial state, when applied actions and then assertions on selector results. -
test-redux-store
https://github.com/rtragle/test-redux-store
This library is made to take up where redux-mock-store left off. You can execute actions that run reducers and see the raw action objects as well as the result state. It works nice with middleware like redux-thunk as well. Unlike redux-mock-store, you can incorporate reducers as well. -
eslint-plugin-react-redux
https://github.com/DianaSuvorova/eslint-plugin-react-redux
A set of ESLint rules for enforcing some opinionated best practices with React-Redux
-
redux-promise-test
https://github.com/dariocravero/redux-promise-test
Create redux-promise action results for your reducer tests. -
redux-test-reducer
https://github.com/amsardesai/redux-test-reducer
redux-test-reducer is a simple module that allows you to cleanly test your Redux reducers. -
circumstance
https://github.com/dtinth/circumstance
circumstance lets you test your state-updating functions (including Redux reducers) using the Given-When-Then concept. -
redux-testkit
https://github.com/wix/redux-testkit
Complete and opinionated testkit for testing Redux projects (reducers, selectors, actions, thunks) -
TestReducer
https://github.com/DanielKag/TestReducer
A simple yet smart testing framework for your Redux reducers. Helps you test your reducers using a Given/When/Then approach.
-
redux-asserts
https://github.com/mitodl/redux-asserts
Functions to assert dispatched actions in redux -
redux-actions-assertions
https://github.com/redux-things/redux-actions-assertions
https://github.com/redux-things/redux-actions-assertions-js
Assertions (chai, expect, expect.js, should) for redux actions testing -
redux-action-logging
https://github.com/madebymany/redux-action-logging
Redux testing utility middleware to log actions received by a store without mocking that store. -
redux-testkit
https://github.com/wix/redux-testkit
Use this module to easily write unit tests for redux actions, including asynchronous actions using redux-thunk middleware. -
redux-asserts
https://github.com/mitodl/redux-asserts
Functions to assert dispatched actions in redux. These functions are aimed at making integration testing with redux easier by abstracting away the need to manage and listen to the store's actions. -
redux-pre-thunk
https://github.com/holidaycheck/redux-pre-thunk
Wrap redux-thunk for greater testability with middleware and actions -
redux-mock-store-await-actions
https://github.com/moxystudio/redux-mock-store-await-actions
An addition to redux-mock-store that waits for specific actions to be dispatched or a timeout expires. -
mock-promise-thunk
https://github.com/kunal-mandalia/mock-promise-thunk
Test your Redux thunk promises -
jest-mock-action-creators
https://github.com/asvetliakov/jest-mock-action-creators
Simplify testing of redux dispatch() with action creators in React components
-
redux-saga-test
https://github.com/stoeffel/redux-saga-test
Utility for creating expressive redux-saga tests. -
redux-saga-test-plan
https://github.com/jfairbank/redux-saga-test-plan
Powerful test helpers for redux-saga. -
redux-saga-test-runner
https://github.com/ksmithbaylor/redux-saga-test-runner
Utilities to make testing sagas easier -
redux-saga-chai
https://github.com/R1ZZU/redux-saga-chai
redux-saga-chai extends Chai and allows you to be more verbose while testing sagas -
redux-saga-tester
https://github.com/guybenron/redux-saga-tester
Full redux environment testing helper for redux-saga -
redux-saga-testing
https://github.com/antoinejaussoin/redux-saga-testing
A no-brainer way of testing your Sagas. -
redux-saga-tester
https://github.com/wix/redux-saga-tester
This tester library provides a full redux environment to run your sagas in, taking a black-box approach to testing. You can dispatch actions, observe the state of the store at any time, retrieve a history of actions, and listen for specific actions to occur. -
redux-effects-test-jasmine
https://github.com/gutefrage/redux-effects-test-jasmine
Helper methods to test redux-effect actions with jasmine. -
redux-observable-test-helpers
https://github.com/cmelion/redux-observable-test-helpers
Unit test helpers for redux-observable -
redux-middleware-test-helper
https://github.com/goldylucks/redux-middleware-test-helper
Easy way to test redux middlewares base functions -
test-saga
https://github.com/ayatkevich/test-saga
A bunch of helpers to make redux-saga testing more powerful. -
redux-saga-mock
https://github.com/digitalidentitysa/redux-saga-mock
Testing helper for redux-saga. -
Redux Saga Test Engine
https://github.com/DNAinfo/redux-saga-test-engine
Collects the actions dispatched by your sagas for easy testing -
redux-logic-test
https://github.com/jeffbski/redux-logic-test
redux-logic test utilities to facilitate the testing of logic -
expect-gen
https://github.com/jimbol/expect-gen
An assertion / snapshot library for testing iterators and generators. It was designed for, and works particularly well with, redux-saga but can be used for anything that uses generators. -
saganario
https://github.com/vangelov/saganario
Saganario tries to provide a compact and powerful way to unit test redux sagas. It can be used with any testing framework. -
better-redux-saga-tester
https://github.com/modosc/better-redux-saga-tester
Better full redux environment testing helper for redux-saga (initially forked from redux-saga-tester) -
trampss-redux-saga-tester
https://github.com/Trampss/trampss-redux-saga-tester
Test your sagas (redux-saga) with ease, compatible with Jest snapshots ! -
jest-saga
https://github.com/a-type/jest-saga
A Jest expect extension to quickly test a redux-saga generator. -
proofread
https://github.com/streamich/proofread
A convenience method to decrease boilerplate when testing you Redux sagas with Jest. -
redux-apollo-mock-store
https://github.com/jdachtera/redux-observable-apollo-mock
Helper for tests to mock data in redux store and apollo-client -
redux-observable-test-helper
https://github.com/Jerry-Hong/redux-observable-test-helper
Utilities to help unit test redux-observable epics. -
redux-observable-expect
https://github.com/srounce/redux-observable-expect
Straightforward testing for redux-observable epics. -
redux-saga-integration-test
https://github.com/en-japan-air/redux-saga-integration-test
Utilities to test sagas, reducers and selectors in integration -
k-redux-saga-tester
https://github.com/alakarteio/k-redux-saga-tester
Test your sagas (redux-saga) with ease, compatible with Jest snapshots! -
redux-mock-saga
https://github.com/giespaepen/redux-mock-saga
Elegant testing strategy to check what your sagas really do, i.e. testing the result of the side effects. -
proofread
https://github.com/streamich/proofread
A convenience method to decrease boilerplate when testing you Redux sagas with Jest