You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Popular opinion seems to be that Enzyme is not going to continue being developed and that support for any version of React past 17 will be impossible.
Most of Obojobo's tests are luckily already using React Test Renderer, but some of them are using Enzyme. Those will have to be rewritten to use RTR instead.
Popular opinion also seems to be that React Testing Library is the de facto library for testing React, but it would likely require significant changes to every test to migrate to that. Prefer RTR for now.
The text was updated successfully, but these errors were encountered:
Popular opinion seems to be that Enzyme is not going to continue being developed and that support for any version of React past 17 will be impossible.
Most of Obojobo's tests are luckily already using React Test Renderer, but some of them are using Enzyme. Those will have to be rewritten to use RTR instead.
Popular opinion also seems to be that React Testing Library is the de facto library for testing React, but it would likely require significant changes to every test to migrate to that. Prefer RTR for now.
The text was updated successfully, but these errors were encountered: