enzymejs / enzyme-matchers

Jasmine/Jest assertions for enzyme
MIT License
892 stars 116 forks source link

Upgrade Babel to 7.6.2 and Jest to 24.9.0 #314

Closed vkrol closed 4 years ago

vkrol commented 4 years ago

https://github.com/FormidableLabs/enzyme-matchers/pull/313#issuecomment-538447718

What do you think about updating jest in the repo

The latest version of Jest doesn't support Babel 6. That's why I upgraded the Babel at the same time.

blainekasten commented 4 years ago

@vkrol, this PR is way impressive! I really appreciate the inline comments to explain the tough stuff! I'm happy to merge this once CI passes. Right now it looks like babel might not be configured quite correctly. Let me know how I can help you get it in!

vkrol commented 4 years ago

@blainekasten, thank you very much! I'm having a little trouble setting up Jest, but I think I'll solve them in the next few days.

vkrol commented 4 years ago

I had to recreate the PR because I mistakenly removed the repository. The new PR https://github.com/FormidableLabs/enzyme-matchers/pull/315.