Skip to content

Commit 51e73aa

Browse files
authored
improve test name
1 parent 20c971a commit 51e73aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__tests__/handleAction-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('handleAction()', () => {
1818
});
1919
});
2020

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

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

0 commit comments

Comments
 (0)