v2.0.0
- Changed project structure!
- We are now using lerna to maintain 3 npm packages:
enzyme-matchers(simple functions to handle assertions)jasmine-enzyme(implementation of enzyme-matchers in jasmine)jest-enzyme(implementation of enzyme-matchers in jest)
- This is only breaking if you use Jest.
- Change to use the
jest-enzymepackage and everything should work.
- Change to use the