test internal method of a component using jest code example
Example: enzyme test method
const wrapper = shallow(<Button />);
wrapper.instance().handleClick()
const wrapper = shallow(<Button />);
wrapper.instance().handleClick()