reducer not getting called on dispatch in - redux + thunk + react testing library + MSW
all details in https://github.com/reduxjs/react-redux/issues/1975
after dispatch reducer should get called and i should be ale to assert the mocked data returned by mock service worker
simillar kind of issue