I want to test async function which call dispatch with createAsyncThunk (redux toolkit) inside, but I can get only count of calls. I'd like to get thunk types and their payload. I'd like to know that I call thunk in right order and with right props.