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

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