-
Task
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
-
Investigate options with react-markdown:
1) Currently, react-markdown does not work with jest
2) react-markdown has not been updated in over a year. We are currently at the latest version 9.0.1.
3) Either we need to replace react-markdown completely or hope a new version of jest or markdown will fix our unit testing issue
Additional Context:
To get unit tests to pass, we had to mock the react-markdown component and reference that in the jest.config.js file. Anything testing against the markdown component in actually using a static mock function.