ava-redux
v1.0.3
Published
Helpers for testing Redux with AVA
Downloads
1
Readme
ava-redux
Helper library for testing Redux with ava
npm install --save-dev ava-redux
import {reducerTest} from 'ava-redux';
import test from 'ava';
test('works', reducerTest(reducer, stateBefore, action, stateAfter, description));
Check tests for example.