rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.37k stars 194 forks source link

Fix IE tests #178

Closed rtfeldman closed 7 years ago

rtfeldman commented 7 years ago

This downgrades tests from Lodash 4 to Lodash 3.10, because Lodash 4 breaks compatibility with IE9 and IE10, causing those tests to fail. It was a mistake that I upgraded the tests to use Lodash 4.

Unfortunately, some tests relied on Lodash 4 features. They have been disabled, pending being rewritten to use only Lodash 3.10 features.

Fixes https://github.com/rtfeldman/seamless-immutable/issues/169