I have my companies very large code base written in enzyme adopter in react 16. Now since we have migrated to react 18 enzyme adopter no longer supported due to which deep mounted test cases breaks close to 1k 🙁
We are now manually transforming it from enzyme adopter to react testing library ( RTL ) but here problem is that efforts are huge. Team don’t want to manually do it. Any quick way to fasten the process? may be something like jscodeshift ? i just heard it’s name but don’t know exactly what it do and can it be used in my case also.
apart from this what are your other suggestions?
Any ideas or reference to case studies will be much appreciated.
Thanks ????