-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
maintenanceUser-facing maintenance tasksUser-facing maintenance tasks

Description
There are new versions of jest-enzyme available from npm.
6.0.0
🛑 Breaking
jest-environment-enzyme
now requires you to install your enzyme-adapter to your project root. (blainekasten)- In 5.0.0 we wrongfully didn't require developers to do that hoping we could manage it internally.
- This resulted in bloated dependencies, and peerDependency errors.
- This fix requires a tiny bit more work from the user but is correct!
🍾 Improvements
- Improve
jasmine-enzymes
error messages to not be contradicting. (blainekasten)
Metadata
Metadata
Assignees
Labels
maintenanceUser-facing maintenance tasksUser-facing maintenance tasks