graypegg / chromatism

:rainbow: A simple set of utility functions for colours.
1.78k stars 37 forks source link

Adding explicit test for array conversion, removing dead code #23

Closed TehShrike closed 7 years ago

TehShrike commented 7 years ago

Handling the array case in the helper file convert-to-type.js is not necessary, because that case is already handled in the convert operation in operations/convert.js.

TehShrike commented 7 years ago

The tests fail on node 4, same as they do in the refactor branch's HEAD right now, but they pass in node 6 and 8.

TehShrike commented 7 years ago

I merged these changes into #24