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

Finish converting test units to using static methods #159

Closed ghost1542 closed 7 years ago

ghost1542 commented 7 years ago

This completes changes in commit https://github.com/rtfeldman/seamless-immutable/pull/158/commits/bfbf81d6641243fbb2eedf2874ff7ea94ee7e037

Such that we have all static methods under test units, and indirectly have the existing instance methods under those same test units as a side effect.

@rtfeldman Ping, and thanks for merging #158 !

rtfeldman commented 7 years ago

Lovely, thank you!