We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd3cec commit 91461b7Copy full SHA for 91461b7
test/compose.spec.js
@@ -4,6 +4,6 @@
4
describe('Utils', () => {
5
describe('compose', () => {
6
7
- it('should call map stores');
+ it('should return combined middleware that executes from left to right');
8
});
9
0 commit comments