bgrins / TinyColor

Fast, small color manipulation and conversion for JavaScript
https://bgrins.github.io/TinyColor/
MIT License
5.05k stars 438 forks source link

v2: Figure out why unused local variable in the index.spec.ts test doesn't fail linting or compilation #188

Closed bgrins closed 6 years ago

bgrins commented 6 years ago

https://github.com/bgrins/TinyColor/blob/2d0080766089f6abd51a240771c334a87a5b81ad/test/index.spec.ts#L667

bgrins commented 6 years ago

Fixed by https://github.com/bgrins/TinyColor/pull/189