test('bindAddEvent called with correctly element and click event added', () => {
    const spyOnBindAddEvent = jest.spyOn(
      HasManyClass.prototype,
      '_bindAddEvent'
    )