IonDen / ion.rangeSlider

jQuery only range slider
http://ionden.com/a/plugins/ion.rangeSlider/en.html
MIT License
2.55k stars 506 forks source link

Where are the tests? I can't find them #238

Open yagoferrer opened 9 years ago

IonDen commented 9 years ago

Hi, this was not TDD, so test are only in future plans.

IonDen commented 9 years ago

And, maybe you can recommend best testing solution for plugins like this?

yagoferrer commented 9 years ago

Karma, Mocha, Sinon and Chai? I'll send you a PR with the setup. You are going to need refactoring in order to write Unit tests. Separation of concerns. Exposing the IonRangeSlider class in another file, then scripting the wrapping to create the plugin. Otherwise you can only write behavior Tests.

IonDen commented 9 years ago

Hi, thx i will check this. I have many ideas about 3.x version and tests are also in plans.

yagoferrer commented 9 years ago

No problem! sounds good!

IonDen commented 8 years ago

Version 3.0 development update: feature implemented