enzymejs/enzyme-matchers

v7.1.2 is not working on IE

Open

Aperta il 18 dic 2019

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)JavaScript (896 star) (125 fork)batch import
Good first PRHelp wantedV - PATCH

Descrizione

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?

Guida contributor