A higher-order function that returns a function that may be used to check whether an action belongs to one of the provided async thunk action creators, and that the action is rejected.
(optional) The async thunk action creators to match against.
Tests if action
is a rejected thunk action
A higher-order function that returns a function that may be used to check whether an action was created by an async thunk action creator, and that the action is rejected.