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
Enzyme 2.x does not support React 16 and migrating to Enzyme 3.x is not trivial. Fortunately, Enzyme 3 makes testing against multiple versions of React quite possible!
For 2.0, we should run the test suite against both React 15 and 16, in parallel CircleCI containers.
This issue is casually blocked on the non-existence of @types/enzyme for 3.x.
Enzyme 2.x does not support React 16 and migrating to Enzyme 3.x is not trivial. Fortunately, Enzyme 3 makes testing against multiple versions of React quite possible!
For 2.0, we should run the test suite against both React 15 and 16, in parallel CircleCI containers.
This issue is casually blocked on the non-existence of
@types/enzyme
for 3.x.Related: #866 (comment)
The text was updated successfully, but these errors were encountered: