tommoor / emojione-picker

A react emoji picker for use with emojione
http://tommoor.github.io/emojione-picker
MIT License
261 stars 61 forks source link

Fix CircleCI builds #56

Closed ahutchings closed 7 years ago

ahutchings commented 7 years ago

I saw that CircleCI builds have failed against the last few commits. Jest was failing with a SyntaxError on the import keyword, to it seems the babel transpiling was not working.

Hopefully this fixes it - it adds two dev dependencies required by jest as documented at http://facebook.github.io/jest/docs/getting-started.html#using-babel.

tommoor commented 7 years ago

Lets give it a try!

ahutchings commented 7 years ago

Looks like it worked! 🎉