import React from 'react'; import { shallow, mount } from 'enzyme'; import InfoIconWithTooltip from '../InfoIconWithTooltip'; import Label from '../Label'; const text = 'My Label'; describe('components/label/Label', () => { const defaultProps = { children: , text: 'My Label', }; // eslint-disable-next-line @typescript-eslint/no-explicit-any const getMountedWrapper = (props: any) => mount(