it('onMoveDown: should increase hoveredItem in state by +1', () => {
    const wrapper = shallow(
      // @ts-expect-error TS(2769) FIXME: No overload matches this call.
      <Select onSelectClick={() => true} items={[]} label="Select" />,
    )