Merge pull request #19411 from mDibyo/dibyo/fix-redux-batched-subscribe-tests

Fix redux-batched-subscribe test
This commit is contained in:
Mine Starks
2017-08-29 14:26:31 -07:00
committed by GitHub

View File

@@ -25,6 +25,5 @@ const asyncNotify: BatchFunction = (() => {
const store: Store<State> = createStore(
rootReducer,
undefined,
batchedSubscribe(asyncNotify)
);