Description
The packages/store/src/ module does not have a test that exercises createStore with user-supplied middleware chaining. The current tests only cover built-in middleware.
Expected behavior
A test that creates a custom middleware chain and verifies the store applies it in order.
Priority
medium
Description
The
packages/store/src/module does not have a test that exercisescreateStorewith user-supplied middleware chaining. The current tests only cover built-in middleware.Expected behavior
A test that creates a custom middleware chain and verifies the store applies it in order.
Priority
medium