Whats the best way to mock useFormikContext with Jest or Enzyme, I read this question but I don't understand this line how formik was imported :
useFormikContext
formik
const useFormikContextMock = jest.spyOn(formik, 'useFormikContext');