how to access components function in test case enzyme code example
Example: enzyme test method
const wrapper = shallow(<Button />);
wrapper.instance().handleClick()
const wrapper = shallow(<Button />);
wrapper.instance().handleClick()