it('should render correctly', () => {
    const wrapper = shallow(<BasketSummaryListItem {...props} />);

    expect(wrapper).toMatchSnapshot();
  });