test('sets the proper map item to loading when received a _REQUEST action', () => {
  const action = ApiCall.createAction({
    type: 'FETCH_REQUEST',
    url: 'url',
    method: 'GET',