priceline / omni-slider

A multirange vanilla js slider
https://www.priceline.com
MIT License
63 stars 12 forks source link

Unit test #6

Open MikeGertrudes opened 8 years ago

MikeGertrudes commented 8 years ago

Worth creating a unit test for this module? Could be valuable as contributors begin to refactor and add features.

chrisrng commented 8 years ago

Yeah for sure we need a battery of unit tests. Especially for IE and mobile compatibility.

ghost commented 8 years ago

Yes, we need unit test workflow to establish TDD/BDD development in this project. What unit test toolsets are you guys considering?

jjmasse commented 8 years ago

Might be worth trying out CodeClimate, it is free for all open source projects. https://codeclimate.com/oss It also integrates very well with GitHub and pull requests.