test('bindRemoveEvent called with element and click event added', () => {
    const spyOnBindRemoveEvent = jest.spyOn(
      HasManyClass.prototype,
      '_bindRemoveEvent'
    )