Skip to content

Commit

Permalink
improve test name
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmillstheory committed Sep 9, 2016
1 parent 20c971a commit 51e73aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/handleAction-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('handleAction()', () => {
});
});

it('returns previous state if no reducer is specified', () => {
it('returns uses the identity if the specified reducer is undefined', () => {
const reducer = handleAction(type);

expect(reducer(prevState, { type })).to.equal(prevState);
Expand Down

0 comments on commit 51e73aa

Please sign in to comment.