kysonic / riot-mui

Set of material ui components for riot js.
MIT License
151 stars 14 forks source link

Setup test suit to accept PR #14

Closed prateekbh closed 7 years ago

prateekbh commented 8 years ago

PR can be really volatile... lets setup test cases for the tags

kysonic commented 8 years ago

@prateekbh Do you have any experience regarding testing of riot.js tags? What is the best practice in this case? Mocha?

prateekbh commented 8 years ago

yeah so basically i use mocha-phantomjs and do functional tests... function existance and function input output simple tests

kysonic commented 8 years ago

Got it. It could be helpful. I'll try to create something like that ;-)