enzymejs/enzyme-matchers

v7.1.2 is not working on IE

开放

#329 创建于 2019年12月18日

 (2 条评论) (0 个反应) (0 位负责人)JavaScript (125 个派生)batch import
Good first PRHelp wantedV - PATCH

仓库指标

星标
 (896 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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?

贡献者指南