I have this in my react component
console.log(await store.dispatch(getAndSaveImages()));
and my test is:
import configureMockStore