You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: