Skip to content

Commit

Permalink
Fix pending test description for compose
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Jun 10, 2015
1 parent efd3cec commit 91461b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compose.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
describe('Utils', () => {
describe('compose', () => {

it('should call map stores');
it('should return combined middleware that executes from left to right');
});
});

0 comments on commit 91461b7

Please sign in to comment.