[question]
Has anyone mocked React-moment in Jest? When I normally make a mock from momentjs I have no problem, but trying to make a mock from React-moment in Jest has been different, I got this error message:
`TypeError: _reactMoment.default.mockImplementation is not a function`
[question]
Has anyone mocked
React-momentinJest? When I normally make a mock frommomentjsI have no problem, but trying to make a mock fromReact-momentinJesthas been different, I got this error message: