enzymejs / enzyme-matchers

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

v7.1.2 is not working on IE #329

Open ysgk opened 4 years ago

ysgk commented 4 years ago

Hi,

I'm using jasmine-enzyme to test components on real browsers using karma according to this guide. However, I noticed that IE tests are failing since v7.1.2. This is because the current babel target is node: 'current'. Could that be more widened so that IE tests run without compiling enzyme-matchers?

blainekasten commented 4 years ago

@ysgk Oooo, good point. I typically live in jest land and completely forgot about running in browsers.. Yeah we should fix this. Mind submitting a PR?

ysgk commented 4 years ago

@blainekasten Thanks for the quick response :) I submitted #330