benwiley4000 / cassette

📼 A flexible media player component library for React that requires no up-front config
https://benwiley4000.github.io/cassette/styleguide
MIT License
185 stars 28 forks source link

Fix babel jest #327

Closed danielr18 closed 5 years ago

benwiley4000 commented 5 years ago

It doesn't work without the babel-core bridge thing?

danielr18 commented 5 years ago

Correct

On Sun, Dec 16, 2018, 10:05 PM Ben Wiley <notifications@github.com wrote:

It doesn't work without the babel-core bridge thing?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/benwiley4000/cassette/pull/327#issuecomment-447694078, or mute the thread https://github.com/notifications/unsubscribe-auth/AIoKWGEXQdDADDE4DvNANpVXQec-m8TZks5u5u3sgaJpZM4ZVhCx .

benwiley4000 commented 5 years ago

Got it, I guess babel jest still needs to be upgraded or something. Thank you for this!