enzymejs/enzyme

hooks: fix failing tests with mismatched renderer

Open

#2113 opened on Apr 25, 2019

View on GitHub
 (10 comments) (0 reactions) (0 assignees)JavaScript (19,979 stars) (2,016 forks)batch import
bughelp wantedpackage: react adapter: 16

Description

There's a few tests failing, currently marked as allowed failures in https://github.com/airbnb/enzyme/commit/3db6013d9f5b9034594b78f5c182fc4146af4841, that shouldn't be failing.

Ideally, the functionality can be fixed; if not, then the tests should be skipped when the breakages are expected.

Contributor guide