it('should create an action to add an item to the basket', () => {
      const item = { id: 1 };

      const expectedAction = {
        type: 'our-wedding-heroes/basket/ADD_TO_BASKET',