enzymejs / enzyme

JavaScript Testing utilities for React
https://enzymejs.github.io/enzyme/
MIT License
19.96k stars 2.01k forks source link

enzyme-adapter-react-18 #2556

Closed TheUnknownMystery closed 2 years ago

TheUnknownMystery commented 2 years ago

Is your feature request related to a problem? Please describe. The version of react that works with enzyme-adapter-react is react 17.But it does not support version 18 and this is a big problem since i am not able to test my react app (written in react 18)

Describe the solution you'd like A new version of enzyme-adapter

Describe alternatives you've considered no alternatives found

Additional context none

ljharb commented 2 years ago

Duplicate of #2524.

There does not exist an official enzyme adapter for react 17, so that would come first, before react 18 support.

ayxos commented 2 years ago

Maybe @sauhardo2020 you could check this: https://github.com/enzymejs/enzyme/issues/2524