Skip to content

v2.0.0

Choose a tag to compare

@blainekasten blainekasten released this 13 Oct 18:21
· 198 commits to master since this release

  • 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-enzyme package and everything should work.