enzymejs/enzyme-matchers

v7.1.2 is not working on IE

Open

#329 opened on Dec 18, 2019

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (896 stars) (125 forks)batch import
Good first PRHelp wantedV - PATCH

Description

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?

Contributor guide